Skip to content

Commit

Permalink
Merge pull request #455 from omarhoblos/dependabot/docker/nginx-1.25.2
Browse files Browse the repository at this point in the history
Bump nginx from 1.25.1 to 1.25.2
  • Loading branch information
omarhoblos authored Sep 30, 2023
2 parents 3a92298 + f14d831 commit b620867
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.1 as base
FROM nginx:1.25.2 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 b620867

Please sign in to comment.