We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68ebb46 + ccbd52c commit f5d8738Copy full SHA for f5d8738
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ ARG VERSION="latest"
4
ENV VERSION=${VERSION}
5
RUN cd /shlink-web-client && npm ci && node --run build
6
7
-FROM nginxinc/nginx-unprivileged:1.30.1-alpine
+FROM nginxinc/nginx-unprivileged:1.31.0-alpine
8
ARG UID=101
9
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
10
0 commit comments