Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.5_11-jre-alpi…
Browse files Browse the repository at this point in the history
…ne (#22)
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 482e456 commit 6427beb
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.4_7-jre-alpine
FROM eclipse-temurin:21.0.5_11-jre-alpine
WORKDIR /app
COPY --from=builder /workspace/target/k3a-topic-terminator.jar ./
RUN apk update \
Expand Down

0 comments on commit 6427beb

Please sign in to comment.