summaryrefslogtreecommitdiff
path: root/build/iptablesmanager/Dockerfile
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-11-07 10:24:35 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-11-07 10:50:03 +0800
commit9055f442c2fd4e7354032f30478c710dc79bb7cf (patch)
tree16d9ee18e769cd67d4c5d27bb5661d258871dc8f /build/iptablesmanager/Dockerfile
parentMerge pull request #5097 from luomengY/generate_crd_charts (diff)
downloadkubeedge-9055f442c2fd4e7354032f30478c710dc79bb7cf.tar.gz
bump go version to 1.20
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'build/iptablesmanager/Dockerfile')
-rw-r--r--build/iptablesmanager/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/iptablesmanager/Dockerfile b/build/iptablesmanager/Dockerfile
index 6e9ee3941..bd55c7910 100644
--- a/build/iptablesmanager/Dockerfile
+++ b/build/iptablesmanager/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.19.12-alpine3.17 AS builder
+FROM golang:1.20.10-alpine3.18 AS builder
ARG GO_LDFLAGS
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GO111MODULE=off go build -v -o /usr/local/bin/iptables-manager
github.com/kubeedge/kubeedge/cloud/cmd/iptablesmanager
-FROM alpine:3.17
+FROM alpine:3.18
COPY --from=builder /usr/local/bin/iptables-manager /usr/local/bin/iptables-manager