diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index f9ba3a64..972a9f04 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -1,7 +1,7 @@ # see https://medium.com/@othillo/adding-composer-to-php-docker-images-using-multi-stage-builds-2a10967ae6c1 # use the official PHP image as base image -FROM php:8.2-fpm +FROM php:8.3-fpm RUN apt-get update && apt-get install --yes git zip