increase php version

This commit is contained in:
Jannis Portmann 2021-06-03 13:28:56 +02:00
parent b2db893bd5
commit 84f54c5743

View file

@ -1,4 +1,4 @@
FROM php:8.0.-fpm-buster
FROM php:8.0.6-fpm-buster
# Install prerequisites
RUN apt-get update && apt-get -y install wget git npm curl zip