mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:30 +01:00
changing default PHP version to 8.3 used since some time in releases
This commit is contained in:
parent
b374432373
commit
25293895d4
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
DEFAULT_PHP_VERSION=8.2
|
DEFAULT_PHP_VERSION=8.3
|
||||||
PHP_VERSION=$DEFAULT_PHP_VERSION
|
PHP_VERSION=$DEFAULT_PHP_VERSION
|
||||||
BASE=ubuntu:20.04
|
BASE=ubuntu:20.04
|
||||||
# which architectures to build for multi-platform images, if buildx is available on a Docker desktop or newer Docker installation
|
# which architectures to build for multi-platform images, if buildx is available on a Docker desktop or newer Docker installation
|
||||||
@ -57,4 +57,4 @@ else
|
|||||||
}
|
}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user