Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.10_7-jdk-jammy (
Browse files Browse the repository at this point in the history
#228)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent e6dd467 commit 2538d0f
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 @@ -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.9_9-jdk-jammy AS deploy
FROM eclipse-temurin:17.0.10_7-jdk-jammy AS deploy

# Copy
WORKDIR /app
Expand Down

0 comments on commit 2538d0f

Please sign in to comment.