mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
changing default PHP version to 8.3 used since some time in releases
This commit is contained in:
parent
3d2c3c4efa
commit
10e6831a7a
@ -3,7 +3,7 @@
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
DEFAULT_PHP_VERSION=8.2
|
||||
DEFAULT_PHP_VERSION=8.3
|
||||
PHP_VERSION=$DEFAULT_PHP_VERSION
|
||||
BASE=ubuntu:20.04
|
||||
# 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
|
||||
}
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user