From fa93677a90b68b9b8a46a910742305f396737958 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 03:11:52 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- backend/.mvn/wrapper/maven-wrapper.properties | 2 +- docker-compose.yml | 2 +- frontend/Dockerfile | 4 ++-- frontend/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/.mvn/wrapper/maven-wrapper.properties b/backend/.mvn/wrapper/maven-wrapper.properties index 5f0536eb..e70e7bc8 100644 --- a/backend/.mvn/wrapper/maven-wrapper.properties +++ b/backend/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar diff --git a/docker-compose.yml b/docker-compose.yml index ebdedc00..d3f0bc60 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,7 +48,7 @@ services: database: condition: service_healthy entrypoint: mvn -ntp spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n" - image: maven:3.9.5-amazoncorretto-21 + image: maven:3.9.6-amazoncorretto-21 volumes: ["./backend:/app"] working_dir: /app environment: diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ec85dd48..912a6514 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,6 @@ ## Use this section once builds are fixed -FROM node:20.9.0-bullseye-slim AS build +FROM node:20.10.0-bullseye-slim AS build # Build static files WORKDIR /app @@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts && \ rm -rf node_modules # Caddy -FROM caddy:2.7.5-alpine +FROM caddy:2.7.6-alpine ENV LOG_LEVEL=info # Copy static files and config diff --git a/frontend/index.html b/frontend/index.html index 90ec39e8..99346e10 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,7 +9,7 @@ - + SILVA Web App