Bump nginxinc/nginx-unprivileged from 1.31.2-alpine to 1.31.3-alpine

Bumps nginxinc/nginx-unprivileged from 1.31.2-alpine to 1.31.3-alpine.

---
updated-dependencies:
- dependency-name: nginxinc/nginx-unprivileged
  dependency-version: 1.31.3-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-18 07:02:13 +00:00
committed by GitHub
parent 379fc9054f
commit fb825c5930

View File

@@ -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.31.2-alpine
FROM nginxinc/nginx-unprivileged:1.31.3-alpine
ARG UID=101
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"