Skip to content

Commit 5a1c089

Browse files
authored
chore: update distroless-iptables to v0.7.4 (#1600)
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 842268d commit 5a1c089

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/scan-vulns.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
with:
4040
egress-policy: audit
4141

42+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
43+
with:
44+
go-version: "1.23"
45+
check-latest: true
46+
4247
- name: Check out code into the Go module directory
4348
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4449

docker/proxy-init.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.7.0
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} registry.k8s.io/build-image/distroless-iptables:v0.7.4
22

33
COPY ./init/init-iptables.sh /bin/
44
RUN chmod +x /bin/init-iptables.sh

0 commit comments

Comments
 (0)