mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +02:00
Changed the php version back to 5.6 for nextcloud 9 and 10
This commit is contained in:
parent
362905d20e
commit
534665db85
7 changed files with 90 additions and 26 deletions
|
@ -16,7 +16,11 @@ for latest in "${latests[@]}"; do
|
|||
for variant in apache fpm; do
|
||||
# Create the version+variant directory with a Dockerfile.
|
||||
mkdir -p "$version/$variant"
|
||||
cp Dockerfile.template "$version/$variant/Dockerfile"
|
||||
if [ "$version" == "11.0" ]; then
|
||||
cp Dockerfile-php7.template "$version/$variant/Dockerfile"
|
||||
else
|
||||
cp Dockerfile.template "$version/$variant/Dockerfile"
|
||||
fi
|
||||
|
||||
echo "updating $latest [$version] $variant"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue