Skip to content

Commit

Permalink
Merge pull request #445 from tenjaa/renovate/alpine-3.21.0
Browse files Browse the repository at this point in the history
Update alpine:3.21.0 Docker digest to 21dc606
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
2 parents 87d14dc + 1528fbe commit 131fa69
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 @@ -36,6 +36,6 @@ COPY --from=java-builder concourse-github-app-token/build/libs/concourse-github-
COPY reflect-config.json /app/reflect-config.json
RUN cd /app; native-image --no-fallback --static --libc=musl --enable-https -H:ReflectionConfigurationFiles=reflect-config.json -jar concourse-github-app-token.jar

FROM alpine:3.21.0@sha256:e323a465c03a31ad04374fc7239144d0fd4e2b92da6e3e0655580476d3a84621
FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
COPY --from=build /app/concourse-github-app-token /opt/resource/resource
COPY opt/resource opt/resource

0 comments on commit 131fa69

Please sign in to comment.