diff --git a/Dockerfile b/Dockerfile index 29d178f..261f923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the Nginx image from Docker Hub -FROM nginx:1.26.2-alpine@sha256:5b44a5ab8ab467854f2bf7b835a32f850f32eb414b749fbf7ed506b139cd8d6b +FROM nginx:1.26.2-alpine@sha256:07c237ac5f9834477f46ed53f3037298d150307ceed0eee851c5625d5ce2ed56 # Copy the HTML file to the Nginx document root COPY index.html /usr/share/nginx/html