Update to 11.4.0

This commit is contained in:
alexbelgium
2021-03-19 21:33:23 +01:00
parent f5e47cb1c4
commit f783296f8a
3 changed files with 6 additions and 3 deletions

View File

@@ -1 +1,4 @@
## 11.4.0
- Update to latest version from linuxserver/docker-piwigo

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="11.3.0"
ARG BUILD_UPSTREAM="11.4.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Copy root filesystem

View File

@@ -1,7 +1,7 @@
{
"name": "Piwigo",
"version": "11.3.0",
"upstream": "11.3.0",
"version": "11.4.0",
"upstream": "11.4.0",
"slug": "piwigo",
"stage": "experimental",
"description": "Piwigo is a photo gallery software for the web",