Merge pull request #862 from shlinkio/dependabot/docker/nginx-1.25-alpine

Bump nginx from 1.23-alpine to 1.25-alpine
This commit is contained in:
Alejandro Celaya 2023-08-19 17:28:38 +02:00 committed by GitHub
commit 76816c5f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ ARG VERSION="latest"
ENV VERSION ${VERSION}
RUN cd /shlink-web-client && npm ci && npm run build
FROM nginx:1.23-alpine
FROM nginx:1.25-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
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