Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 0e1d85b commit 435a9d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
container_name: backend
entrypoint: sh -c './startup.sh'
#image: maven:3.9.6-amazoncorretto-21
image: maven:3.9.6-eclipse-temurin-17
image: maven:3.9.7-eclipse-temurin-17
network_mode: host
volumes:
- ./backend:/app
Expand Down
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Use this section once builds are fixed

FROM node:20.13.1-bullseye-slim AS build
FROM node:20.14.0-bullseye-slim AS build

# Build static files
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts && \
rm -rf node_modules

# Caddy
FROM caddy:2.7.6-alpine
FROM caddy:2.8.1-alpine
ENV LOG_LEVEL=info

# Copy static files and config
Expand Down

0 comments on commit 435a9d0

Please sign in to comment.