Skip to content

Commit

Permalink
Use public ECR registry for pulling Ruby base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dgholz committed Jul 2, 2024
1 parent 21e2cf9 commit 3d33ca4
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,5 +1,5 @@
# Container image
FROM ruby:3.1.1
FROM public.ecr.aws/docker/library/ruby:3.1.1

COPY . /usr/src/app

Expand Down

0 comments on commit 3d33ca4

Please sign in to comment.