Upgrade to paheko version 1.3.8

This commit is contained in:
Navas 2024-04-23 17:06:39 +02:00
parent a9939c3ba4
commit 04672e3264
2 changed files with 8 additions and 5 deletions

View File

@ -18,10 +18,10 @@ cd paheko_docker_image_builder
* Edit version file to choose your version of paheko
Content of version file for paheko version 1.3.7:
Content of version file for paheko version 1.3.8:
```
PAHEKO_VERSION=1.3.7
PAHEKO_VERSION=1.3.8
```
* Build and tag the image
@ -51,7 +51,7 @@ traefik container on port named "web" (see: [traefik](https://github.com/traefik
```
services:
paheko:
image: libretic/paheko:1.3.7
image: libretic/paheko
restart: always
volumes:
- ./config.local.php:/var/www/paheko/config.local.php
@ -81,7 +81,7 @@ the host running paheko container.
```
services:
paheko:
image: libretic/paheko:1.3.7
image: libretic/paheko
restart: always
volumes:
- ./config.local.php:/var/www/paheko/config.local.php
@ -112,6 +112,9 @@ docker compose down
## Change log
* [2024-04-23]
* Upgrade to Paheko version 1.3.8
* [2024-04-14]
* Upgrade to Paheko version 1.3.7
* Changed base image to php:8.2.18-apache-bookworm

View File

@ -1 +1 @@
PAHEKO_VERSION=1.3.7
PAHEKO_VERSION=1.3.8