Skip to content

Commit 743eecc

Browse files
committed
Update debian:bookworm-slim Docker digest to d207e19
1 parent 9184e8c commit 743eecc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This stage is responsible for downloading all the binaries which make up
22
# our toolset. We'll later copy the tools to a separate stage designed for running.
3-
FROM debian:bookworm-slim@sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3 AS installer
3+
FROM debian:bookworm-slim@sha256:d207e19faa1927ee8750bc2ebcfdb0b5db65a56de9a31d27d41a08ce56c6c9cf AS installer
44

55
# renovate: datasource=github-releases depName=kubernetes/kubernetes
66
ARG KUBECTL_VERSION=v1.33.1
@@ -51,7 +51,7 @@ RUN curl -L -o helm.tar.gz https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.
5151
# Stage which contains only the tools required, set up to run as the default
5252
# non-root linux user, so that mounting our working directory into it won't
5353
# cause all kinds of ownership issues.
54-
FROM debian:bookworm-slim@sha256:df52e55e3361a81ac1bead266f3373ee55d29aa50cf0975d440c2be3483d8ed3 AS workspace
54+
FROM debian:bookworm-slim@sha256:d207e19faa1927ee8750bc2ebcfdb0b5db65a56de9a31d27d41a08ce56c6c9cf AS workspace
5555
ENV EDITOR=vim
5656

5757
# Install vim for editing

0 commit comments

Comments
 (0)