diff --git a/provisioning/php/Dockerfile b/provisioning/php/Dockerfile index 63284ea..035b461 100644 --- a/provisioning/php/Dockerfile +++ b/provisioning/php/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1-bullseye +FROM php:8.3-bullseye ## Install required dependencies RUN apt-get update && apt-get install -y --no-install-recommends bash make gpg gnupg dirmngr git unzip \