We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfa0bf commit b197cc8Copy full SHA for b197cc8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17
+FROM public.ecr.aws/docker/library/golang:1.17
2
3
RUN apt -y update && apt -y upgrade && apt -y install rpm tar gzip wget zip && apt clean all
4
vendor/src/golang.org/x/sys/unix/linux/Dockerfile
-FROM ubuntu:17.10
+FROM public.ecr.aws/ubuntu/ubuntu:18.04
# Dependencies to get the git sources and go binaries
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments