feat(docker): use php:8.1-fpm-bullseye as base iamge instead of php:7.4-fpm-buster

This commit is contained in:
kouinkouin 2022-05-13 15:32:18 +02:00
parent 305cade97b
commit 7f8ed04fb4
No known key found for this signature in database
GPG key ID: 464992F465AA5084

View file

@ -1,5 +1,5 @@
# Inspired by the original Rainloop dockerfile from youtous on GitLab
FROM php:7.4-fpm-buster
FROM php:8.1-fpm-bullseye
ARG FILES_ZIP
LABEL org.label-schema.description="SnappyMail webmail client image using nginx, php-fpm based on Debian Buster"