feature/update-to-php81 #29

Merged
bence merged 5 commits from feature/update-to-php81 into master 2023-09-27 22:11:05 +02:00
Showing only changes of commit a84d3a3976 - Show all commits

View File

@ -1,4 +1,4 @@
FROM php:7.4.7-cli-buster
FROM php:8.1-cli-bookworm
RUN apt-get update && apt-get install -y unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer