Drop php 7.4 on Docker (#300)

This commit is contained in:
Matthieu Mota
2022-02-12 12:07:40 +01:00
committed by GitHub
parent 816652e527
commit 76ce21aebb

View File

@@ -1,4 +1,4 @@
FROM php:7.4-cli
FROM php:8.0-cli
RUN apt-get update
RUN apt-get install -y git libzip-dev zip