Upgrade to paheko version 1.3.12 and php:8.3.12-apache-bookworm
This commit is contained in:
parent
6fefec5772
commit
1b3417a0e4
3 changed files with 9 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM php:8.3.9-apache-bookworm
|
||||
FROM php:8.3.12-apache-bookworm
|
||||
LABEL Maintainer="Libretic"
|
||||
LABEL Description="Official Docker image for Paheko."
|
||||
|
||||
ENV APACHE_DOCUMENT_ROOT /var/www/paheko/www
|
||||
ENV APACHE_DOCUMENT_ROOT=/var/www/paheko/www
|
||||
|
||||
# Required PHP extensions and packages
|
||||
RUN apt-get update && \
|
||||
|
|
|
@ -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.11:
|
||||
Content of version file for paheko version 1.3.12:
|
||||
|
||||
```
|
||||
PAHEKO_VERSION=1.3.11
|
||||
PAHEKO_VERSION=1.3.12
|
||||
```
|
||||
|
||||
* Build and tag the image
|
||||
|
@ -114,6 +114,10 @@ docker compose down
|
|||
|
||||
## Change log
|
||||
|
||||
* [2024-10-08]
|
||||
* Upgrade to Paheko version 1.3.12
|
||||
* Changed base image to php:8.3.12-apache-bookworm
|
||||
|
||||
* [2024-08-13]
|
||||
* Upgrade to Paheko version 1.3.11
|
||||
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
PAHEKO_VERSION=1.3.11
|
||||
PAHEKO_VERSION=1.3.12
|
||||
|
|
Loading…
Reference in a new issue