Skip to content

Commit b197cc8

Browse files
ziwangjYangtao-Hua
authored andcommitted
Migrating external docker to ecr, update ubuntu version to 18.04
1 parent dbfa0bf commit b197cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17
1+
FROM public.ecr.aws/docker/library/golang:1.17
22

33
RUN apt -y update && apt -y upgrade && apt -y install rpm tar gzip wget zip && apt clean all
44

vendor/src/golang.org/x/sys/unix/linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:17.10
1+
FROM public.ecr.aws/ubuntu/ubuntu:18.04
22

33
# Dependencies to get the git sources and go binaries
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)