diff --git a/Dockerfile.web b/Dockerfile.web index d1efd2de..e67764c2 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -14,5 +14,5 @@ ARG VERSION RUN npm run build # production environment -FROM nginx:1.21.4-alpine as production-stage +FROM nginx:1.21.5-alpine as production-stage COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html