mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Bump nginxinc/nginx-unprivileged from 1.25-alpine to 1.27-alpine
Bumps nginxinc/nginx-unprivileged from 1.25-alpine to 1.27-alpine. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5549aaacbb
commit
9d26fd2974
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG VERSION="latest"
|
||||||
ENV VERSION ${VERSION}
|
ENV VERSION ${VERSION}
|
||||||
RUN cd /shlink-web-client && npm ci && npm run build
|
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
|
ARG UID=101
|
||||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue