Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.4_7-jre-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent cf58231 commit 1dc291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN mvn dependency:resolve -DincludeScope=runtime
COPY src/main src/main
RUN mvn --batch-mode -Dmaven.test.skip=true package

FROM eclipse-temurin:21.0.3_9-jre-alpine
FROM eclipse-temurin:21.0.4_7-jre-alpine
WORKDIR /app
COPY --from=builder /workspace/target/k3a-lag-exporter-jar-with-dependencies.jar ./k3a-lag-exporter.jar
RUN apk update \
Expand Down

0 comments on commit 1dc291b

Please sign in to comment.