There was an error while loading. Please reload this page.
1 parent 2d9a1a9 commit f468b24Copy full SHA for f468b24
2 files changed
docker-compose.yml
@@ -104,7 +104,7 @@ services:
104
APP_USER: THE
105
ORACLE_RANDOM_PASSWORD: yes
106
platform: "linux/amd64"
107
- image: gvenzl/oracle-free:23.8-full-faststart
+ image: gvenzl/oracle-free:23.9-full-faststart
108
ports: [ 1521:1521 ]
109
volumes: [ /opt/oracle/oradata ]
110
healthcheck:
frontend/Dockerfile
@@ -1,6 +1,6 @@
1
## Use this section once builds are fixed
2
3
-FROM node:20.19.3-bullseye-slim AS build
+FROM node:20.19.5-bullseye-slim AS build
4
5
# Build static files
6
WORKDIR /app
@@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts && \
11
rm -rf node_modules
12
13
# Caddy
14
-FROM caddy:2.10.0-alpine
+FROM caddy:2.10.2-alpine
15
ENV LOG_LEVEL=info
16
17
# Copy static files and config
0 commit comments