mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Bump nginx from 1.23-alpine to 1.25-alpine
Bumps nginx from 1.23-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4ab9bfab01
commit
b77be0232b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue