diff --git a/Dockerfile b/Dockerfile index 8c7dc90..e700991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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