From d6dc50371f74a0657f63e0d056ca825ae878278c Mon Sep 17 00:00:00 2001 From: Yik Chu Date: Wed, 8 Sep 2021 16:30:30 -0700 Subject: [PATCH] Cherrypick from #35 https://github.com/rnzsgh/eks-workshop-sample-api-service-go/pull/35/files --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7fd4de0..6a7f71e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This is a multi-stage build. First we are going to compile and then # create a small image for runtime. -FROM golang:1.17 as builder +FROM public.ecr.aws/bitnami/golang:1.16 as builder RUN mkdir -p /go/src/github.com/eks-workshop-sample-api-service-go WORKDIR /go/src/github.com/eks-workshop-sample-api-service-go