Upgrade to paheko version 1.3.11 and php:8.3.9-apache-bookworm

This commit is contained in:
Navas 2024-08-13 10:09:59 +02:00
parent 19016363e5
commit 6fefec5772
3 changed files with 7 additions and 15 deletions

View file

@ -1,4 +1,4 @@
FROM php:8.3.7-apache-bookworm
FROM php:8.3.9-apache-bookworm
LABEL Maintainer="Libretic"
LABEL Description="Official Docker image for Paheko."
@ -24,17 +24,6 @@ RUN cd /var/www && \
chown -R www-data: /var/www/paheko && \
rm -f paheko-$PAHEKO_VERSION.tar.gz
# Downloading plugins
RUN cd /var/www/paheko/data/plugins/ && \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/stock_velos.tar.gz ; \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/reservations.tar.gz ; \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/webstats.tar.gz ; \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/git_documents.tar.gz ; \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/taima.tar.gz ; \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/caisse.tar.gz ; \
curl -L -O https://fossil.kd2.org/paheko-plugins/uv/helloasso.tar.gz ; \
chown -R www-data: /var/www/paheko/data/plugins
# Change apache documentroot
RUN sed -ri "s#/var/www/html#/var/www/paheko/www#g" /etc/apache2/sites-available/*.conf
RUN sed -ri -e "s#/var/www/#/var/www/paheko/www/#g" /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf

View file

@ -20,10 +20,10 @@ cd paheko_docker_image_builder
* Edit version file to choose your version of paheko
Content of version file for paheko version 1.3.10:
Content of version file for paheko version 1.3.11:
```
PAHEKO_VERSION=1.3.10
PAHEKO_VERSION=1.3.11
```
* Build and tag the image
@ -114,6 +114,9 @@ docker compose down
## Change log
* [2024-08-13]
* Upgrade to Paheko version 1.3.11
* [2024-06-07]
* Upgrade to Paheko version 1.3.10

View file

@ -1 +1 @@
PAHEKO_VERSION=1.3.10
PAHEKO_VERSION=1.3.11