Skip to content

Commit

Permalink
Bump nginx from 1.19.2-alpine to 1.25.3-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.19.2-alpine to 1.25.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2023
1 parent 9eddd91 commit 00f6fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN INLINE_RUNTIME_CHUNK=false yarn build


# Stage 2: Production
FROM nginx:1.19.2-alpine
FROM nginx:1.25.3-alpine

EXPOSE 5000
CMD ["nginx", "-g", "daemon off;"]
Expand Down

0 comments on commit 00f6fa3

Please sign in to comment.