We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a312a25 commit 560f198Copy full SHA for 560f198
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
19
services:
20
oracle:
21
- image: gvenzl/oracle-free:23-slim
+ image: gvenzl/oracle-xe:21-slim
22
env:
23
ORACLE_PASSWORD: oracle
24
ports:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
17
scripts/0_start_db.sh
@@ -1 +1 @@
1
-docker run -d --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle gvenzl/oracle-free:23-slim
+docker run -d --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle gvenzl/oracle-xe:21-slim
0 commit comments