From 2d1457c443db8524703064454d8a9099cf40857b Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 8 Jun 2023 15:44:05 +0300 Subject: [PATCH] Fix codestyle: not found error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9324746..8c2fdcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PHP_VERSION=stable +ARG PHP_VERSION=8.2.5 FROM helldar/laravel-gitlab-ci:${PHP_VERSION}