Skip to content

Commit

Permalink
Bump nginx from 1.27.0-alpine to 1.27.2-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.27.0-alpine to 1.27.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 7, 2024
1 parent cca8b5f commit f8d7c97
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 @@ -11,7 +11,7 @@ RUN npm run build


## App
FROM nginx:1.27.0-alpine
FROM nginx:1.27.2-alpine

COPY --from=builder /src/dist /app
COPY --from=builder /src/docker-nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit f8d7c97

Please sign in to comment.