From cda68d345432a350b9c40c0a774ed3bb1d3c95df Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Sun, 9 Jul 2023 14:22:33 +0200 Subject: [PATCH] Bugfix in provisioning --- internal/models/instances.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/models/instances.go b/internal/models/instances.go index 36ed344..3ede71c 100644 --- a/internal/models/instances.go +++ b/internal/models/instances.go @@ -50,7 +50,7 @@ type Instance struct { // TODO: Cleanup this stuff const ( - PHP_DEFAULT_IMAGE = PHP8_1 + PHP_DEFAULT_IMAGE = PHP8_1_IMAGE PHP8 = "8.0" PHP8_IMAGE = "docker.io/library/php:8.0-apache-bullseye" PHP8_1 = "8.1"