Skip to content

Commit f468b24

Browse files
chore(deps): update infrastructure updates
1 parent 2d9a1a9 commit f468b24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
APP_USER: THE
105105
ORACLE_RANDOM_PASSWORD: yes
106106
platform: "linux/amd64"
107-
image: gvenzl/oracle-free:23.8-full-faststart
107+
image: gvenzl/oracle-free:23.9-full-faststart
108108
ports: [ 1521:1521 ]
109109
volumes: [ /opt/oracle/oradata ]
110110
healthcheck:

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Use this section once builds are fixed
22

3-
FROM node:20.19.3-bullseye-slim AS build
3+
FROM node:20.19.5-bullseye-slim AS build
44

55
# Build static files
66
WORKDIR /app
@@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts && \
1111
rm -rf node_modules
1212

1313
# Caddy
14-
FROM caddy:2.10.0-alpine
14+
FROM caddy:2.10.2-alpine
1515
ENV LOG_LEVEL=info
1616

1717
# Copy static files and config

0 commit comments

Comments
 (0)