From f7f4a5e0d9f21908b34d8889ce0f35bebd73d5a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jan 2024 15:48:02 +0000 Subject: [PATCH] chore(deps): update nginx:1.25.3-alpine docker digest to d12e6f7 (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | nginx | final | digest | `bb193a0` -> `d12e6f7` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.demo.rattermeyer.de/fjadmin/ci-demo-2/pulls/39 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- documentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Dockerfile b/documentation/Dockerfile index 49a6c43..7623b9b 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3-alpine@sha256:bb193a04d4f2026c6342fc142741d8036a27ea89674830a0fd0569d58bb2ca77 +FROM nginx:1.25.3-alpine@sha256:d12e6f7153fae36843aaeed8144c39956698e084e2e898891fa0cc8fe8f6c95c RUN mkdir -p /docroot /var/run \ && chgrp -R 0 /etc/nginx \