mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
update roundcube to php 7.4
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# NOTE: only add file if building for arm
|
||||
ARG ARCH=""
|
||||
ARG QEMU=other
|
||||
FROM ${ARCH}php:7.3-apache as build_arm
|
||||
FROM ${ARCH}php:7.4-apache as build_arm
|
||||
ONBUILD COPY --from=balenalib/rpi-alpine:3.10 /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
|
||||
|
||||
FROM ${ARCH}php:7.3-apache as build_other
|
||||
FROM ${ARCH}php:7.4-apache as build_other
|
||||
|
||||
FROM build_${QEMU}
|
||||
#Shared layer between rainloop and roundcube
|
||||
|
||||
Reference in New Issue
Block a user