From 0ac88315d0111e374797213de242046c68390290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 10:33:54 +0200 Subject: [PATCH] fix(deps): update nginxinc/nginx-unprivileged:1.23-alpine docker digest to 2db1d9e (#1018) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- nginx/Dockerfile | 2 +- nginx4spa/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 862670af6..b93ce79b3 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:3b4634121543135d725a307727843f47026344cd2a092b293616b6bc65cf1298 +FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:2db1d9e89f0704592ba425d673b47204a9e5ec444d34a9babd77f764f1e2b086 COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./entrypoint.sh /entrypoint.sh diff --git a/nginx4spa/Dockerfile b/nginx4spa/Dockerfile index 5e72da566..460e2abce 100644 --- a/nginx4spa/Dockerfile +++ b/nginx4spa/Dockerfile @@ -1,4 +1,4 @@ -FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:3b4634121543135d725a307727843f47026344cd2a092b293616b6bc65cf1298 +FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:2db1d9e89f0704592ba425d673b47204a9e5ec444d34a9babd77f764f1e2b086 COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./entrypoint.sh /entrypoint.sh