Skip to content

Commit

Permalink
Use ECR image rather than dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpatto committed Sep 24, 2024
1 parent 1ca7308 commit 129c8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.6-alpine as builder
FROM public.ecr.aws/docker/library/golang:1.22.6-alpine as builder

# git is needed for go mod download to work
RUN apk add --no-cache git
Expand Down

0 comments on commit 129c8f5

Please sign in to comment.