Skip to content

Commit ff59a9d

Browse files
build: upgrade dependencies (#84)
1 parent b692f8a commit ff59a9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:trixie-20251117-slim AS prod
1+
FROM debian:trixie-20251229-slim AS prod
22
ARG TARGETPLATFORM
33
RUN /sbin/useradd --home /home/cfu --shell /bin/bash cfu
44
COPY --chown=cfu --chmod=775 cf-deploy-kubernetes.sh /cf-deploy-kubernetes
@@ -7,9 +7,9 @@ COPY --from=busybox:1.37.0-glibc /bin/busybox /usr/bin/busybox
77
RUN busybox --install
88
# ⚠️ We support 3 most recent minor versions: https://kubernetes.io/releases/
99
# Please update `./cf-deploy-kubernetes.sh` accordingly.
10-
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.2/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
11-
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.33.6/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.33
12-
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.32.10/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.32
10+
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.34.3/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.34
11+
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.33.7/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.33
12+
ADD --chown=cfu --chmod=775 https://dl.k8s.io/release/v1.32.11/bin/${TARGETPLATFORM}/kubectl /usr/local/bin/kubectl1.32
1313
# ⚠️ Defaults to the latest version. Please update with new versions as needed.
1414
RUN ln -s /usr/local/bin/kubectl1.34 /usr/local/bin/kubectl
1515

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 17.0.0
1+
version: 17.0.1

0 commit comments

Comments
 (0)