1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-16 13:00:26 +01:00

Stick php version to 8.0.x

This commit is contained in:
matbgn 2022-06-02 11:05:24 +02:00
parent f6f995595d
commit 456fc01c22

View File

@ -1,4 +1,4 @@
FROM php:8-apache
FROM php:8.0-apache
# Install OS dependencies required
RUN apt-get update && apt-get upgrade -y && apt-get install git unzip zlib1g-dev libpng-dev -y