From 0cc4b164f75c15c78a08ad35edde18d4c8c17607 Mon Sep 17 00:00:00 2001 From: Jean-Laurent de Morlhon Date: Wed, 24 Jan 2024 15:28:24 -0800 Subject: [PATCH] Upgrading base image Signed-off-by: Jean-Laurent de Morlhon --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aabc9d9..677e7d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:1.23.3-alpine -COPY static /usr/share/nginx/html \ No newline at end of file +FROM nginx:1.25.3-alpine +COPY static /usr/share/nginx/html