Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent a239137 commit 458c453
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN ./mvnw package -Pnative -DskipTests -Dskip.unit.tests=true -Dspring-boot.run
javac InstallCert.java

### Deployer
FROM eclipse-temurin:17.0.11_9-jdk-jammy AS deploy
FROM eclipse-temurin:17.0.12_7-jdk-jammy AS deploy

# Copy
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
container_name: backend
entrypoint: sh -c './startup.sh'
#image: maven:3.9.6-amazoncorretto-21
image: maven:3.9.7-eclipse-temurin-17
image: maven:3.9.8-eclipse-temurin-17
network_mode: host
volumes:
- ./backend:/app
Expand Down
2 changes: 1 addition & 1 deletion 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.14.0-bullseye-slim AS build
FROM node:20.16.0-bullseye-slim AS build

# Build static files
WORKDIR /app
Expand Down

0 comments on commit 458c453

Please sign in to comment.