Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.13_11-jdk-jam…
Browse files Browse the repository at this point in the history
…my (#437)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent aa7718c commit 31fa198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY InstallCert.java .
RUN ./mvnw package -Pnative -DskipTests -Dskip.unit.tests=true -Dspring-boot.run.profiles=prod

### Deployer
FROM eclipse-temurin:17.0.12_7-jdk-jammy AS deploy
FROM eclipse-temurin:17.0.13_11-jdk-jammy AS deploy

# Copy
WORKDIR /app
Expand Down

0 comments on commit 31fa198

Please sign in to comment.