diff --git a/Dockerfile b/Dockerfile index 812c0ba8..a9a115be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN npm run build && \ npm run build:views #### Stage RELEASE ##################################################################################################### -FROM nginx:1.25.1-alpine AS RELEASE +FROM nginx:1.25.3-alpine AS RELEASE # copy generated static site COPY --from=build /app/public /usr/share/nginx/html