Skip to content

Commit

Permalink
Update to 6.3.5+231113
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Nov 27, 2023
1 parent f4cd1d4 commit f68e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit f68e9f3

Please sign in to comment.