From c745fd8b289101cf38204d154477b2be3a9582ec Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Mon, 17 Oct 2022 14:04:47 +0000 Subject: [PATCH] ci(gitlabci): set base image with php8.0 tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d17fbda3ff..0fc62abdc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: code.castopod.org:5050/adaures/castopod:latest +image: code.castopod.org:5050/adaures/castopod:php8.0 stages: - prepare -- GitLab