From f68e9f3283aed5b477d31755e648d90ef0ad82f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Fuch=C3=9F?= Date: Mon, 27 Nov 2023 09:31:01 +0100 Subject: [PATCH] Update to 6.3.5+231113 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 779c54f..ece0694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Acquisition of resources FROM alpine:latest as builder WORKDIR /tmp/work -RUN VERSION=3.27.19+210928 && \ +RUN VERSION=6.3.5+231113 && \ wget -O limesurvey.zip https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/$VERSION.zip || true && \ wget -O limesurvey.zip https://download.limesurvey.org/lts-releases/limesurvey$VERSION.zip || true && \ mkdir extracted && \