From b3b5370b0ec41249e00e76621cbc3c96b356e557 Mon Sep 17 00:00:00 2001 From: Robert Kummer Date: Thu, 24 Oct 2019 10:18:37 +0200 Subject: [PATCH] Added php7.3-v4.4 as valid version --- .../Infrastructure/Service/Services/LaravelQueueWorker.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Blueprint/Infrastructure/Service/Services/LaravelQueueWorker.php b/app/Blueprint/Infrastructure/Service/Services/LaravelQueueWorker.php index ab02905..b8f6ba1 100644 --- a/app/Blueprint/Infrastructure/Service/Services/LaravelQueueWorker.php +++ b/app/Blueprint/Infrastructure/Service/Services/LaravelQueueWorker.php @@ -18,6 +18,7 @@ class LaravelQueueWorker extends Service 'php7.3-v4.1', 'php7.3-v4.2', 'php7.3-v4.3', + 'php7.3-v4.4', 'latest', ]; @@ -42,4 +43,4 @@ public function setImageVersion($version) $this->setImage('ipunktbs/laravel-queue-worker:' . $version); } -} \ No newline at end of file +}