Skip to content

Commit

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

Bump nginx from 1.27.2-alpine to 1.27.3-alpine
  • Loading branch information
acelaya authored Nov 30, 2024
2 parents c28908b + 6615f7b commit 9844cdb
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 @@ -4,7 +4,7 @@ RUN cd /shlink-api-spec && \
npm ci && \
npm run build

FROM nginx:1.27.2-alpine
FROM nginx:1.27.3-alpine
LABEL maintainer="Alejandro Celaya <[email protected]>"
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 9844cdb

Please sign in to comment.