Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update distroless-iptables to v0.2.4 #946

Merged
merged 2 commits into from
May 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/proxy-init.Dockerfile
@@ -1,4 +1,4 @@
ARG BASEIMAGE=registry.k8s.io/build-image/distroless-iptables:v0.2.3
ARG BASEIMAGE=registry.k8s.io/build-image/distroless-iptables:v0.2.4

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wish we could automate this. should we just remove the arg so dependabot can bump, wdyt?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm! pushed 729b158 to remove the ARG.

FROM --platform=${TARGETPLATFORM:-linux/amd64} ${BASEIMAGE}

Expand Down