Skip to content

Commit 224d740

Browse files
committed
Update image and kubectl version
1 parent 736475d commit 224d740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# hadolint global ignore=DL3013,DL3018
2-
FROM --platform=$BUILDPLATFORM python:3.14.0-alpine3.22
2+
FROM --platform=$BUILDPLATFORM python:3.15.0a2-alpine3.22
33

44
# For multi-platform build
55
ARG BUILDPLATFORM
66
ARG TARGETOS
77
ARG TARGETARCH
88

99
# kubectl version
10-
ARG KUBECTL_VERSION="v1.34.0"
10+
ARG KUBECTL_VERSION="v1.34.1"
1111

1212
ENV STATUS_PROVISIONER_HOME=/opt/provisioner \
1313
PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)