From 79626446039dea4f764c510898ac53c6dd4720cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 06:43:18 +0000 Subject: [PATCH] chore(deps): update nginx:1.25-alpine docker digest to 630f82e --- apps/pistillum/Dockerfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pistillum/Dockerfile b/apps/pistillum/Dockerfile index 3c16e1b..adb8089 100644 --- a/apps/pistillum/Dockerfile +++ b/apps/pistillum/Dockerfile @@ -22,7 +22,7 @@ COPY --chown=nginx:nginx . . RUN pnpm exec nx run pistillum:build --configuration=production -FROM nginx:1.25-alpine@sha256:f2802c2a9d09c7aa3ace27445dfc5656ff24355da28e7b958074a0111e3fc076 AS production +FROM nginx:1.25-alpine@sha256:630f82e85ce86906b5afefce8342b1389b1af3e1840259eedd8db97971378daf AS production COPY --chown=nginx:nginx ./apps/pistillum/nginx.conf /etc/nginx/conf.d/default.conf diff --git a/docker-compose.yml b/docker-compose.yml index bd734d3..02225b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: gateway: container_name: gateway - image: nginx:1.25-alpine@sha256:f2802c2a9d09c7aa3ace27445dfc5656ff24355da28e7b958074a0111e3fc076 + image: nginx:1.25-alpine@sha256:630f82e85ce86906b5afefce8342b1389b1af3e1840259eedd8db97971378daf restart: always depends_on: - gynoecium