Skip to content

Commit f1acf63

Browse files
Merge pull request #335 from tenjaa/renovate/alpine-3.x
Update alpine Docker tag to v3.18.5
2 parents f41c5a6 + fcfdbe7 commit f1acf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ COPY --from=java-builder concourse-github-app-token/build/libs/concourse-github-
3636
COPY reflect-config.json /app/reflect-config.json
3737
RUN cd /app; native-image --no-fallback --static --libc=musl --enable-https -H:ReflectionConfigurationFiles=reflect-config.json -jar concourse-github-app-token.jar
3838

39-
FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
39+
FROM alpine:3.18.5@sha256:e9542a53735fdb2ea926e50e0e449f7ccd95f3298fbae02b00a2d3713c1140ca
4040
COPY --from=build /app/concourse-github-app-token /opt/resource/resource
4141
COPY opt/resource opt/resource

0 commit comments

Comments
 (0)