Skip to content

Commit

Permalink
Update Docker to use public base
Browse files Browse the repository at this point in the history
  • Loading branch information
abelr20 committed Aug 14, 2024
1 parent c865c4c commit efd2cc1
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 @@
# FROM node:20
FROM 992382810552.dkr.ecr.us-east-1.amazonaws.com/app:latest
FROM public.ecr.aws/docker/library/node:20-alpine

# Set the working directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit efd2cc1

Please sign in to comment.