Skip to content

Commit

Permalink
Bump nginx from 1.23.3-alpine-slim to 1.25.1-alpine-slim in /docker
Browse files Browse the repository at this point in the history
Bumps nginx from 1.23.3-alpine-slim to 1.25.1-alpine-slim.

---
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] authored Jun 16, 2023
1 parent 9543fe5 commit cf2ebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.fe
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN for file in html/js/*.js; \
do minify $file | sponge $file; \
done

FROM nginx:1.23.3-alpine-slim
FROM nginx:1.25.1-alpine-slim

COPY --from=build html /usr/share/nginx/html

Expand Down

0 comments on commit cf2ebff

Please sign in to comment.