Skip to content

Commit 960c5a2

Browse files
committed
build: upgrade Debian
1 parent 2e0db18 commit 960c5a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM debian:bookworm-20251103-slim AS prod
1+
FROM debian:trixie-20251103-slim AS prod
22
ARG TARGETPLATFORM
3-
RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
3+
RUN /sbin/useradd --home /home/cfu --shell /bin/bash cfu
44
COPY --chown=cfu --chmod=775 cf-deploy-kubernetes.sh /cf-deploy-kubernetes
55
COPY --chown=cfu --chmod=775 template.sh /template.sh
6-
COPY --from=busybox:1.36.1-musl /bin/busybox /usr/bin/busybox
6+
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.

0 commit comments

Comments
 (0)