Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.13_11-jdk-jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 1945ed3 commit 819a5fa
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 819a5fa

Please sign in to comment.