Skip to content

Commit

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

---
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 30, 2023
1 parent b620867 commit 1da91bc
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 @@ -12,7 +12,7 @@ RUN ng build --configuration production --output-path=/dist
################
# Run in NGINX #
################
FROM nginx:1.25.2 as base
FROM nginx:1.25.3 as base
COPY --from=build /dist /usr/share/nginx/html

# When the container starts, replace the env.js with values from environment variables
Expand Down

0 comments on commit 1da91bc

Please sign in to comment.