From 75bbc2de159b51b8ba50ede10f9eee4eaf6e1456 Mon Sep 17 00:00:00 2001 From: Mathieu Ruellan <mathieu.ruellan@gmail.com> Date: Wed, 14 Jul 2021 12:42:04 +0200 Subject: [PATCH] upgrade to 11.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 360f905..55566ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Mathieu Ruellan <mathieu.ruellan@gmail.com> ENV DEBIAN_FRONTEND noninteractive ENV HOME /root -ARG PIWIGO_VERSION="2.10.2" +ARG PIWIGO_VERSION="11.5.0" RUN apt update -y \ && apt install -yy \ -- GitLab