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 16, 2024
1 parent d296903 commit b31096b
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
LABEL org.opencontainers.image.source=https://github.com/danroux/sk8l-ui
LABEL org.opencontainers.image.description="sk8l-ui image"
LABEL org.opencontainers.image.licenses=MIT
Expand Down

0 comments on commit b31096b

Please sign in to comment.