Skip to content

Commit

Permalink
Upgrade to Oracle Database Free #74
Browse files Browse the repository at this point in the history
  • Loading branch information
simasch committed Aug 31, 2024
1 parent f13979f commit 36d6ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

services:
oracle:
image: gvenzl/oracle-xe:21-slim
image: gvenzl/oracle-free:23-slim
env:
ORACLE_PASSWORD: oracle
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

services:
oracle:
image: gvenzl/oracle-xe:21-slim
image: gvenzl/oracle-free:23-slim
env:
ORACLE_PASSWORD: oracle
ports:
Expand Down
2 changes: 1 addition & 1 deletion scripts/0_start_db.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run -d --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle gvenzl/oracle-xe:21-slim
docker run -d --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle gvenzl/oracle-free:23-slim

0 comments on commit 36d6ab3

Please sign in to comment.