Skip to content

Commit

Permalink
Merge pull request #748 from shlinkio/dependabot/docker/nginx-1.27.2-…
Browse files Browse the repository at this point in the history
…alpine

Bump nginx from 1.27.0-alpine to 1.27.2-alpine
  • Loading branch information
acelaya authored Oct 12, 2024
2 parents f6ee1ac + 84dcb7c commit fb5ce6d
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 fb5ce6d

Please sign in to comment.