mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
feat(docker): use php:8.1-fpm-bullseye as base iamge instead of php:7.4-fpm-buster
This commit is contained in:
parent
305cade97b
commit
7f8ed04fb4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue