From 1b3417a0e451351b9e959a12f79e5f2be4e6be90 Mon Sep 17 00:00:00 2001 From: Olivier Navas Date: Tue, 8 Oct 2024 14:33:33 +0200 Subject: [PATCH] Upgrade to paheko version 1.3.12 and php:8.3.12-apache-bookworm --- Dockerfile | 4 ++-- README.md | 8 ++++++-- version | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfd2fac..a5e66fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/README.md b/README.md index d8063bd..e2f0576 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version b/version index d333113..bf541b2 100644 --- a/version +++ b/version @@ -1 +1 @@ -PAHEKO_VERSION=1.3.11 +PAHEKO_VERSION=1.3.12