From 8c5fd2a5608838a01382cb0e60b6e3bd97ffacff Mon Sep 17 00:00:00 2001 From: reddexx Date: Thu, 23 Dec 2021 06:02:26 +0100 Subject: [PATCH] Update Dockerfile From 21.11.3 to 21.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3acf61d6..244c6072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 as bookstack -ENV BOOKSTACK_VERSION=21.11.3 +ENV BOOKSTACK_VERSION=21.12 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 \