Skip to content

Commit fbb6710

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/alpine-3.x' into 'master'
⬆️ Updates alpine Docker tag to v3.19.0 See merge request pipeline-components/hadolint!75
2 parents 8525c44 + 47a354e commit fbb6710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM hadolint/hadolint:v2.12.0 as hadolint
22

33
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
44

5-
FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
5+
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
66
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
77
ENTRYPOINT ["/entrypoint.sh"]
88
ENV DEFAULTCMD hadolint

0 commit comments

Comments
 (0)