From db1abc6e97ade5d83fb154a96ecb3754b237ae4c Mon Sep 17 00:00:00 2001 From: Mathieu Ruellan <mathieu.ruellan@gmail.com> Date: Sat, 16 Jan 2021 19:04:19 +0100 Subject: [PATCH] update to piwigo 2.10.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80894a6..360f905 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.1" +ARG PIWIGO_VERSION="2.10.2" RUN apt update -y \ && apt install -yy \ -- GitLab