chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.23.2

This commit is contained in:
renovate[bot]
2024-11-07 18:55:15 +01:00
committed by Alex Viscreanu
parent 9223ef89b8
commit 58af85fb13
+1 -1
View File
@@ -2,7 +2,7 @@ FROM alpine as certs
RUN apk --update add ca-certificates RUN apk --update add ca-certificates
FROM gcr.io/kaniko-project/executor:v1.22.0-debug FROM gcr.io/kaniko-project/executor:v1.23.2-debug
SHELL ["/busybox/sh", "-c"] SHELL ["/busybox/sh", "-c"]