Update nginx Docker tag to v1.23.3 #37

Merged
OCram85 merged 1 commits from renovate/nginx-1.x into master 2022-12-14 20:20:53 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /src
RUN npm install \
&& npm run build
FROM nginx:1.23.2-alpine as prod
FROM nginx:1.23.3-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