Fix URLs for LTS version

This commit is contained in:
Markus Opolka
2023-09-05 09:11:46 +02:00
parent 215d95e43c
commit 42e521a759
3 changed files with 6 additions and 6 deletions

View File

@@ -82,8 +82,8 @@ RUN a2enmod headers rewrite remoteip; \
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
ARG version="5.6.36+230830"
ARG sha256_checksum="39c9f622e0aca58ab759f7a6fcd360deb7d3affa03bfc1fe64cd1ec62b4702f5"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG sha256_checksum="9146a97e16c94303cb899b0ef5468d8d4b789ae9fe0a98eb31072fdd070d9d83"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ARG LISTEN_PORT=8080
ENV LIMESURVEY_VERSION=$version

View File

@@ -52,8 +52,8 @@ RUN set -ex; \
apk del --no-cache --no-network .build-deps
ARG version="5.6.36+230830"
ARG sha256_checksum="39c9f622e0aca58ab759f7a6fcd360deb7d3affa03bfc1fe64cd1ec62b4702f5"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG sha256_checksum="9146a97e16c94303cb899b0ef5468d8d4b789ae9fe0a98eb31072fdd070d9d83"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version

View File

@@ -69,8 +69,8 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*
ARG version="5.6.36+230830"
ARG sha256_checksum="39c9f622e0aca58ab759f7a6fcd360deb7d3affa03bfc1fe64cd1ec62b4702f5"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
ARG sha256_checksum="9146a97e16c94303cb899b0ef5468d8d4b789ae9fe0a98eb31072fdd070d9d83"
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz"
ARG USER=www-data
ENV LIMESURVEY_VERSION=$version