Skip to content

Commit

Permalink
Merge branch 'main' into no-to-io
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu authored Nov 1, 2023
2 parents 3238052 + b74478d commit c54c0b3
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 c54c0b3

Please sign in to comment.