From 932540965f3a3eb6203c8108f176154b9f63d09b Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:09:21 +0000 Subject: [PATCH] chore(deps): update nginx:1.26.2-alpine docker digest to 36a2053 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5dc7bca..f948546 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:36a205371b630f0e4dea1aebe80952979405fcfc09be1c5f8407d061f4e97651 # Copy the HTML file to the Nginx document root COPY index.html /usr/share/nginx/html