diff --git a/Dockerfile b/Dockerfile index f390573..053c4ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.2 +FROM nginx:1.25.3 RUN apt update && \ apt install awscli less -y