From 4ec8c832e7a0ec38558a57fe10869d8fd0af2081 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Nov 2022 11:58:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20nginx=20to=201.?= =?UTF-8?q?22.1-r0=20(#319)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grocy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 0079ebd..1c86897 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache \ composer=2.4.2-r0 \ - nginx=1.22.0-r1 \ + nginx=1.22.1-r0 \ patch=2.7.6-r7 \ php8-ctype=8.0.25-r0 \ php8-exif=8.0.25-r0 \