mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
|
# 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
|
ARG FILES_ZIP
|
||||||
LABEL org.label-schema.description="SnappyMail webmail client image using nginx, php-fpm based on Debian Buster"
|
LABEL org.label-schema.description="SnappyMail webmail client image using nginx, php-fpm based on Debian Buster"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue