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