diff --git a/production.dockerfile b/production.dockerfile index 8c160a1a..570eaed4 100644 --- a/production.dockerfile +++ b/production.dockerfile @@ -40,7 +40,7 @@ RUN yarn build # CMD ["npx", "yarn", "run", "serveprod"] # RUN yarn add serve -FROM nginx:1.25.3-alpine3.18-slim as production-stage +FROM nginx:1.25.4-alpine3.18-slim as production-stage WORKDIR /app ENV APP_PORT 8001