Skip to content

Commit

Permalink
bump image dependencies
Browse files Browse the repository at this point in the history
Change-Id: I7eebedbf0532b1ff1090a3c3846463746a14bc05
  • Loading branch information
aojea committed Sep 5, 2024
1 parent fb61c6b commit 5c20a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# STEP 1: Build kindnetd binary
FROM --platform=$BUILDPLATFORM golang:1.22 AS builder
# golang envs
ARG CNI_VERSION="v1.5.0"
ARG CNI_VERSION="v1.5.1"
ENV CGO_ENABLED=0
# copy in sources
WORKDIR /src
Expand All @@ -39,7 +39,7 @@ RUN echo "Installing CNI binaries ..." \
\) \
-delete
# STEP 2: Build small image
FROM registry.k8s.io/build-image/distroless-iptables:v0.5.5
FROM registry.k8s.io/build-image/distroless-iptables:v0.6.2
COPY --from=builder --chown=root:root /go/bin/kindnetd /bin/kindnetd
COPY --from=builder --chown=root:root /opt/cni/bin /opt/cni/bin
CMD ["/bin/kindnetd"]

0 comments on commit 5c20a5e

Please sign in to comment.