update to php 8.1

This commit is contained in:
Bence Pőcze 2023-09-27 21:35:44 +02:00
parent 7210b24aa3
commit a84d3a3976
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

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 apt-get update && apt-get install -y unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer