File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
66WORKDIR /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
1515ENV LOG_LEVEL=info
1616
1717# Copy static files and config
You can’t perform that action at this time.
0 commit comments