Skip to content

Commit

Permalink
docker deps:(deps): bump nginx
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.3-alpine3.18-slim to 1.25.4-alpine3.18-slim.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 4de9b68 commit 5f60960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f60960

Please sign in to comment.