Skip to content

Commit

Permalink
chore(deps): update gvenzl/oracle-free docker tag to v23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent d888ff5 commit bb71f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
APP_USER: THE
ORACLE_RANDOM_PASSWORD: yes
platform: "linux/amd64"
image: gvenzl/oracle-free:23.3-slim-faststart
image: gvenzl/oracle-free:23.5-slim-faststart
ports: [1521:1521]
volumes: [/opt/oracle/oradata]
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion legacydb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gvenzl/oracle-free:23.3-slim-faststart
FROM gvenzl/oracle-free:23.5-slim-faststart

COPY --chown=oracle:oracle removeDatabase ${ORACLE_BASE}/removeDatabase
RUN chmod +x ${ORACLE_BASE}/removeDatabase
Expand Down

0 comments on commit bb71f01

Please sign in to comment.