Update to 11.5.0

This commit is contained in:
alexbelgium
2021-05-15 01:57:28 +02:00
parent 903a8e60c3
commit d8ca9ba894
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 11.5.0 (15-05-2021)
- Update to latest version from linuxserver/docker-piwigo
## 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.4.0"
ARG BUILD_UPSTREAM="11.5.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Copy root filesystem

View File

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