Skip to content

Commit 8cbc5d9

Browse files
authored
Merge pull request #12 from fac/dgholz/use_public_ecr
Use public ECR registry for pulling Ruby base image
2 parents 21e2cf9 + 3d33ca4 commit 8cbc5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image
2-
FROM ruby:3.1.1
2+
FROM public.ecr.aws/docker/library/ruby:3.1.1
33

44
COPY . /usr/src/app
55

0 commit comments

Comments
 (0)