mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Merge pull request #1209 from shlinkio/dependabot/docker/nginxinc/nginx-unprivileged-1.27-alpine
Bump nginxinc/nginx-unprivileged from 1.25-alpine to 1.27-alpine
This commit is contained in:
commit
3b1b1421f9
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 nginxinc/nginx-unprivileged:1.25-alpine
|
||||
FROM nginxinc/nginx-unprivileged:1.27-alpine
|
||||
ARG UID=101
|
||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue