Skip to content

Commit

Permalink
Merge pull request #38 from zhangguanzhang/patch-1
Browse files Browse the repository at this point in the history
Bump distroless-iptables to v0.5.5
  • Loading branch information
k8s-ci-robot authored Jun 23, 2024
2 parents 768c4ce + 1355e1a commit 6511660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
go build -o /go/bin/netpol ./cmd

# STEP 2: Build small image
FROM registry.k8s.io/build-image/distroless-iptables:v0.5.2
FROM registry.k8s.io/build-image/distroless-iptables:v0.5.5
COPY --from=builder --chown=root:root /go/bin/netpol /bin/netpol

CMD ["/bin/netpol"]

0 comments on commit 6511660

Please sign in to comment.