summaryrefslogtreecommitdiff
path: root/staging/src/github.com
diff options
context:
space:
mode:
authorwbc6080 <wangbincheng4@huawei.com>2023-11-28 09:29:52 +0800
committerwbc6080 <wangbincheng4@huawei.com>2023-11-28 09:29:52 +0800
commitb5e8ae5d125b2b7fec34a3eeeedd9e5be9dd4e94 (patch)
tree5697d77a8a7635678a3e4c24169ff73c5f3f157a /staging/src/github.com
parentupdate go version in Dockerfile (diff)
downloadkubeedge-b5e8ae5d125b2b7fec34a3eeeedd9e5be9dd4e94.tar.gz
update vesion of go and ubuntu images
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Diffstat (limited to 'staging/src/github.com')
-rw-r--r--staging/src/github.com/kubeedge/mapper-framework/_template/mapper/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/Dockerfile b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/Dockerfile
index 6368355e5..8feae0900 100644
--- a/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/Dockerfile
+++ b/staging/src/github.com/kubeedge/mapper-framework/_template/mapper/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.20-alpine AS builder
+FROM golang:1.20.10-alpine3.18 AS builder
WORKDIR /build
@@ -10,7 +10,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o main cmd/main.go
-FROM ubuntu:16.04
+FROM ubuntu:18.04
RUN mkdir -p kubeedge