mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-24 13:17:05 -04:00
Added changelog. Rebase to 3.14
This commit is contained in:
parent
467c6d8e9a
commit
0a76c596ca
5 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.13
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.14
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.13
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.14
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.13
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.14
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
|
|
@ -230,6 +230,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **29.06.21:** - Rebase to 3.14, Add php7-zip package
|
||||
* **20.05.21:** - Create separate volume for image data
|
||||
* **23.01.21:** - Rebasing to alpine 3.13.
|
||||
* **12.12.20:** - Increased upload_max_filesize in php.ini
|
||||
|
|
|
@ -46,6 +46,7 @@ app_setup_nginx_reverse_proxy_block: ""
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "29.06.21:", desc: "Rebase to 3.14, Add php7-zip package" }
|
||||
- { date: "20.05.21:", desc: "Create separate volume for image data" }
|
||||
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
|
||||
- { date: "12.12.20:", desc: "Increased upload_max_filesize in php.ini" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue