Skip to content

Commit

Permalink
remove ARG in dockerfile to enable dependabot autoupdate
Browse files Browse the repository at this point in the history
xref: dependabot/dependabot-core#2057

Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed May 9, 2023
1 parent c894127 commit 729b158
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.4

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 729b158

Please sign in to comment.