diff --git a/Dockerfile b/Dockerfile index 5dc7bca..44adb16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the Nginx image from Docker Hub -FROM nginx:1.26.2-alpine@sha256:d6f8c6b38edf2b7c6619718ad7a00caa4ed4741d12ce12550333a28d2b52dc89 +FROM nginx:1.26.2-alpine@sha256:739e533f21cb3675a81cdcd9f326e700dbe6c111402a562695248dce75ad8acc # Copy the HTML file to the Nginx document root COPY index.html /usr/share/nginx/html