We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8525c44 + 47a354e commit fbb6710Copy full SHA for fbb6710
Dockerfile
@@ -2,7 +2,7 @@ FROM hadolint/hadolint:v2.12.0 as hadolint
2
3
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
4
5
-FROM alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
+FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
6
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
7
ENTRYPOINT ["/entrypoint.sh"]
8
ENV DEFAULTCMD hadolint
0 commit comments