From 45958f0dcc68d08eccd7df36d714c4944034b120 Mon Sep 17 00:00:00 2001 From: Max Neverov Date: Fri, 25 Aug 2023 13:43:13 +0200 Subject: [PATCH] Downgrade kpng alpine image to align nftables with nodes OS. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bd5c8149..74115376b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ add . ./ run go install -trimpath -buildvcs=false ./cmd/... # the real image -from alpine:3.17 +from alpine:3.16 entrypoint ["/bin/kpng"] run apk add --update iptables ip6tables iproute2 ipvsadm nftables ipset conntrack-tools copy --from=build /go/bin/ /bin/