From 9868aa1f55bea3903fa18c705a52d92e9c75938f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20H=C5=99ebe=C4=8Dek?= Date: Mon, 4 Dec 2023 20:16:21 +0100 Subject: [PATCH] chore(docker): update to PHP 8.3 from official library (#5) --- Dockerfile | 4 ++-- README.md | 2 +- SECURITY.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f1e0dd..3f302b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-fpm +FROM php:8.3-fpm ARG TIMEZONE="Europe/Prague" @@ -37,4 +37,4 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local ENV PATH=$PATH:/root/composer/vendor/bin COMPOSER_ALLOW_SUPERUSER=1 -WORKDIR "/var/www" \ No newline at end of file +WORKDIR "/var/www" diff --git a/README.md b/README.md index 2cfa284..80f5580 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Docker PHP-FPM 8.2 +# Docker PHP-FPM [![Build and publish a Docker image to ghcr.io](https://github.com/PiTScz/docker-php/actions/workflows/docker-image-publish.yml/badge.svg)](https://github.com/PiTScz/docker-php/actions/workflows/docker-image-publish.yml) diff --git a/SECURITY.md b/SECURITY.md index 9588e0a..eb400ca 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,8 @@ Only the latest version will be supported and receive security updates. | Version | Supported | | ------- | ------------------ | -| 1.x.x | :white_check_mark: | +| 8.2.x | :white_check_mark: | +| 8.3.x | :white_check_mark: | ## Reporting a Vulnerability