update nginx base image

This commit is contained in:
OCram85 2022-03-16 16:45:23 +01:00
parent 9e460a199a
commit d0c08ecfbb
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.21.5-alpine
FROM nginx:1.21.6-alpine
LABEL maintainer="marco.blessing@googlemail.com"
HEALTHCHECK --interval=15s --timeout=5s \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1