diff --git a/Dockerfile b/Dockerfile index bd95c34c..d210861a 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.27.3-alpine AS RELEASE # copy generated static site COPY --from=build /app/public /usr/share/nginx/html