Skip to content

Commit

Permalink
Cherrypick from rnzsgh#35
Browse files Browse the repository at this point in the history
  • Loading branch information
chu-yik authored Sep 8, 2021
1 parent 1bca8ba commit d6dc503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6dc503

Please sign in to comment.