From aea31710588478e092cb2e612d3171dd9c7541e5 Mon Sep 17 00:00:00 2001 From: CI-Bot Date: Wed, 8 May 2024 07:45:23 +0000 Subject: [PATCH] Update nginx Docker tag to v1.26.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d904ff3..533aa1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src RUN npm install \ && npm run build -FROM nginx:1.23.3-alpine as prod +FROM nginx:1.26.0-alpine as prod LABEL maintainer="marco.blessing@googlemail.com" #HEALTHCHECK --interval=15s --timeout=5s \ # CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1 -- 2.45.1