From 691bc562785a5d9edeb41dd5e8f832680d0d88c8 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 01:17:56 +0000 Subject: [PATCH] chore(deps): update nginx:1.26.2-alpine docker digest to 3e0d0ec --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29d178f..16d1bab 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:3e0d0ec52c4e45a5a438f2f741af02bafe41d3e6717ca4a0c144ce0d6647c07c # Copy the HTML file to the Nginx document root COPY index.html /usr/share/nginx/html