Skip to content

Commit

Permalink
build(deps): bump nginx from 1.25.1-alpine to 1.25.2-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.1-alpine to 1.25.2-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 592fee9 commit b79c6a8
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 @@ -24,7 +24,7 @@ RUN npm run build && \
npm run build:views

#### Stage RELEASE #####################################################################################################
FROM nginx:1.25.1-alpine AS RELEASE
FROM nginx:1.25.2-alpine AS RELEASE

# copy generated static site
COPY --from=build /app/public /usr/share/nginx/html
Expand Down

0 comments on commit b79c6a8

Please sign in to comment.