diff --git a/php-7.4.Dockerfile b/Dockerfile similarity index 83% rename from php-7.4.Dockerfile rename to Dockerfile index bcbb8374..1a953827 100644 --- a/php-7.4.Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM composer:latest as composer -FROM php:7.4-fpm-alpine as php +FROM php:8.3-fpm-alpine as php +RUN apk add --update linux-headers RUN apk add --no-cache git RUN set -xe \