Skip to content

Commit

Permalink
chore: update distroless-iptables to v0.2.4 (#946)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed May 10, 2023
1 parent 5d55956 commit 52723bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/proxy-init.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG BASEIMAGE=registry.k8s.io/build-image/distroless-iptables:v0.2.3

FROM --platform=${TARGETPLATFORM:-linux/amd64} ${BASEIMAGE}
FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.2.4

COPY ./init/init-iptables.sh /bin/
RUN chmod +x /bin/init-iptables.sh
Expand Down

0 comments on commit 52723bc

Please sign in to comment.