Bugfix in provisioning

This commit is contained in:
Tom Wiesing 2023-07-09 14:22:33 +02:00
parent 8f8d448836
commit cda68d3454
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ type Instance struct {
// TODO: Cleanup this stuff // TODO: Cleanup this stuff
const ( const (
PHP_DEFAULT_IMAGE = PHP8_1 PHP_DEFAULT_IMAGE = PHP8_1_IMAGE
PHP8 = "8.0" PHP8 = "8.0"
PHP8_IMAGE = "docker.io/library/php:8.0-apache-bullseye" PHP8_IMAGE = "docker.io/library/php:8.0-apache-bullseye"
PHP8_1 = "8.1" PHP8_1 = "8.1"