From d9eba5132f062829d6bdc227b2b9b965254a05d3 Mon Sep 17 00:00:00 2001
From: Mathieu Ruellan <mathieu.ruellan@gmail.com>
Date: Sat, 14 May 2022 22:02:45 +0200
Subject: [PATCH] chore: bump to 12.2.0 version

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 1476b3a..eca7376 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
 FROM debian:bullseye-slim
 
-MAINTAINER Mathieu Ruellan <mathieu.ruellan@gmail.com>
+LABEL MAINTAINER="Mathieu Ruellan <mathieu.ruellan@gmail.com>"
 
 ENV DEBIAN_FRONTEND noninteractive
 ENV HOME /root
 
-ARG PIWIGO_VERSION="11.5.0"
+ARG PIWIGO_VERSION="12.2.0"
 
 RUN apt update -y \
      && apt install -yy \
-- 
GitLab