Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21.0.1_12-jre-alpi…
Browse files Browse the repository at this point in the history
…ne (#103)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 8667fff commit b74478d
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_35-jre-alpine
FROM eclipse-temurin:21.0.1_12-jre-alpine
WORKDIR /app
COPY --from=builder /workspace/target/k3a-lag-exporter-jar-with-dependencies.jar ./k3a-lag-exporter.jar

Expand Down

0 comments on commit b74478d

Please sign in to comment.