Skip to content

Commit

Permalink
Updating base image in Dockerfile to Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Dec 14, 2022
1 parent 05f1957 commit b91a54b
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 ubuntu:18.04
FROM public.ecr.aws/docker/library/ubuntu:18.04
FROM public.ecr.aws/f0j5z9b5/ubuntu/16.04:072122

# set the default NODE_ENV to production
# for dev/test build with: docker build --build-arg NODE=development .
Expand Down

0 comments on commit b91a54b

Please sign in to comment.