From 591cef7ee04a6853dc24ac42bebbd3a9d770dc7d Mon Sep 17 00:00:00 2001 From: reddexx Date: Wed, 28 Feb 2024 14:56:17 +0100 Subject: [PATCH] Update Dockerfile to 24.02 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 805c9206..5189c5c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 as bookstack -ENV BOOKSTACK_VERSION=23.12.3 +ENV BOOKSTACK_VERSION=24.02 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 \