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