Skip to content

Commit 12a86ea

Browse files
Update alpine Docker tag to v3.24.0
1 parent 5c84020 commit 12a86ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkl-argo-plugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from alpine:3.23.3
1+
from alpine:3.24.0
22

33
copy plugin.yaml /home/argocd/cmp-server/config/plugin.yaml
44

tools/mc-router-scaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# kubectl binary (statically linked, copied into the distroless runtime below)
2-
from alpine:3.23.3 as kubectl
2+
from alpine:3.24.0 as kubectl
33
arg TARGETARCH
44
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
55
env KUBECTL_VERSION=v1.36.1

0 commit comments

Comments
 (0)