diff --git a/Dockerfile b/Dockerfile index c078a83..1e53852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### Our base image -FROM amazonlinux +FROM amazonlinux:2.0.20230926.0 ### Update our image RUN yum update -y