From 479247f7fd29e85d1c18c285300b6aa0b6d49e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Jacquet?= Date: Mon, 24 Feb 2020 21:20:36 +0100 Subject: [PATCH] Update version to 5.7.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c4f5b4..8d42833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext xmlrpc # Download and extract rosariosis -ENV ROSARIOSIS_VERSION 'v5.2' +ENV ROSARIOSIS_VERSION 'v5.7.5' RUN mkdir /usr/src/rosariosis && \ curl -L https://gitlab.com/francoisjacquet/rosariosis/-/archive/${ROSARIOSIS_VERSION}/rosariosis-${ROSARIOSIS_VERSION}.tar.gz \ | tar xz --strip-components=1 -C /usr/src/rosariosis && \