Skip to content

Commit 0caa3cb

Browse files
chore(deps): update infrastructure updates
1 parent 7872c80 commit 0caa3cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
container_name: backend
4747
entrypoint: sh -c './startup.sh'
4848
#image: maven:3.9.6-amazoncorretto-21
49-
image: maven:3.9.10-eclipse-temurin-17
49+
image: maven:3.9.11-eclipse-temurin-17
5050
network_mode: host
5151
volumes:
5252
- ./backend:/app
@@ -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.4-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)