From 1c108c70df0cae5ec17f25cc6d08727000bedb34 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Tue, 5 Sep 2023 09:23:38 +0200 Subject: [PATCH] Fix URLs for Latest version --- 6.0/apache/Dockerfile | 2 +- 6.0/fpm-alpine/Dockerfile | 2 +- 6.0/fpm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/6.0/apache/Dockerfile b/6.0/apache/Dockerfile index 8cb0c74..299b0a6 100644 --- a/6.0/apache/Dockerfile +++ b/6.0/apache/Dockerfile @@ -83,7 +83,7 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" ARG version="6.2.5+230828" ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845" -ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" +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 diff --git a/6.0/fpm-alpine/Dockerfile b/6.0/fpm-alpine/Dockerfile index 3b3be3e..e0248dd 100644 --- a/6.0/fpm-alpine/Dockerfile +++ b/6.0/fpm-alpine/Dockerfile @@ -53,7 +53,7 @@ RUN set -ex; \ ARG version="6.2.5+230828" ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845" -ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" +ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version diff --git a/6.0/fpm/Dockerfile b/6.0/fpm/Dockerfile index 0ce1647..380dfdd 100644 --- a/6.0/fpm/Dockerfile +++ b/6.0/fpm/Dockerfile @@ -70,7 +70,7 @@ RUN set -ex; \ ARG version="6.2.5+230828" ARG sha256_checksum="ce87447506c2c25cd0cea2e1dd38263b10e843f45a91a41cb0d37a5818d49845" -ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz" +ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/${version}.tar.gz" ARG USER=www-data ENV LIMESURVEY_VERSION=$version