mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-26 15:16:18 +00:00
Merge pull request #1880 from shlinkio/dependabot/docker/nginxinc/nginx-unprivileged-1.31.0-alpine
Bump nginxinc/nginx-unprivileged from 1.30.1-alpine to 1.31.0-alpine
This commit is contained in:
@@ -4,7 +4,7 @@ ARG VERSION="latest"
|
||||
ENV VERSION=${VERSION}
|
||||
RUN cd /shlink-web-client && npm ci && node --run build
|
||||
|
||||
FROM nginxinc/nginx-unprivileged:1.30.1-alpine
|
||||
FROM nginxinc/nginx-unprivileged:1.31.0-alpine
|
||||
ARG UID=101
|
||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user