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 12, 2024
1 parent e572278 commit 84dcb7c
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 @@ -5,7 +5,7 @@ RUN cd /shlink-website && \
npm ci && \
npm run build:prod

FROM nginx:1.27.0-alpine
FROM nginx:1.27.2-alpine
LABEL maintainer="Alejandro Celaya <[email protected]>"
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
COPY --from=node /shlink-website/build /usr/share/nginx/html
Expand Down

0 comments on commit 84dcb7c

Please sign in to comment.