Skip to content

Commit fe628f4

Browse files
chore(deps): update alpine docker tag to v3.24.1
1 parent 51c45a4 commit fe628f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG VARIANT=scratch
44

5-
FROM --platform=$BUILDPLATFORM alpine:3.22.1 AS kubectl
5+
FROM --platform=$BUILDPLATFORM alpine:3.24.1 AS kubectl
66

77
ARG KUBECTL_VERSION
88

@@ -18,7 +18,7 @@ RUN <<EOT
1818
chmod +x kubectl
1919
EOT
2020

21-
FROM alpine:3.22.1 AS kubectl-alpine
21+
FROM alpine:3.24.1 AS kubectl-alpine
2222
COPY --from=kubectl /kubectl /usr/local/bin
2323
ENTRYPOINT ["kubectl"]
2424

0 commit comments

Comments
 (0)