diff --git a/Dockerfile b/Dockerfile index 3d04f42..b8be0be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the Nginx image from Docker Hub -FROM nginx:1.27.3-alpine@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4 +FROM nginx:1.27.4-alpine@sha256:a3a3e699ed59a6dfba9aad67b2f6e633b456c1ee0829b17730d853c26a4ab9c8 # Copy the HTML file to the Nginx document root COPY index.html /usr/share/nginx/html