Skip to content

Commit

Permalink
Merge pull request #421 from tenjaa/renovate/alpine-3.20.3
Browse files Browse the repository at this point in the history
Update alpine:3.20.3 Docker digest to a8f1201
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
2 parents c34362e + 6882aa4 commit 5d3048f
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.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
FROM alpine:3.20.3@sha256:a8f120106f5549715aa966fd7cefaf3b7045f6414fed428684de62fec8c2ca4b
COPY --from=build /app/concourse-github-app-token /opt/resource/resource
COPY opt/resource opt/resource

0 comments on commit 5d3048f

Please sign in to comment.