From ef301816ab29578c2f1aa14046aee4a74fcf8ca3 Mon Sep 17 00:00:00 2001 From: reddexx Date: Fri, 12 Aug 2022 08:58:07 +0200 Subject: [PATCH 1/2] Update to v22.07.3 (Security Update) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99e85595..7f0fc886 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 as bookstack -ENV BOOKSTACK_VERSION=22.04.2 +ENV BOOKSTACK_VERSION=22.04.3 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \ From 498a2e3b658854b8390a90017a7611413c870f5d Mon Sep 17 00:00:00 2001 From: reddexx Date: Fri, 12 Aug 2022 09:08:36 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f0fc886..4ff444a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 as bookstack -ENV BOOKSTACK_VERSION=22.04.3 +ENV BOOKSTACK_VERSION=22.07.3 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \