diff --git a/database.Dockerfile b/database.Dockerfile index e9074ab..0141552 100644 --- a/database.Dockerfile +++ b/database.Dockerfile @@ -1,5 +1,5 @@ # FROM golang:1.17-alpine AS database -# AWS CodeBuild fails due to Docker's pull rate limit, using ECR. +# AWS CodeBuild fails due to Docker's pull rate limit, using ECR.test FROM public.ecr.aws/bitnami/golang:1.17 AS database WORKDIR /go/src/app COPY go.* ./