Skip to content

Commit

Permalink
chore(docker): update to PHP 8.3 from official library (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhrebecek authored Dec 4, 2023
1 parent a2512eb commit 9868aa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.3-fpm

ARG TIMEZONE="Europe/Prague"

Expand Down Expand Up @@ -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"
WORKDIR "/var/www"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9868aa1

Please sign in to comment.