From 76f028aacfef75a99f97cd00dc1efbad3fefe3eb Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 10 Sep 2024 16:30:58 +0800 Subject: [PATCH] feat(artifact): bump ce version to 0.12.0 (#1093) Because we have a new version of artifact backend. This commit updates the image version to 0.12.0-alpha --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 05d9bb71..45cfbb5a 100644 --- a/.env +++ b/.env @@ -77,7 +77,7 @@ MODEL_BACKEND_PUBLICPORT=8083 # artifact-backend ARTIFACT_BACKEND_IMAGE=instill/artifact-backend -ARTIFACT_BACKEND_VERSION=0.11.0-alpha +ARTIFACT_BACKEND_VERSION=0.12.0-alpha ARTIFACT_BACKEND_HOST=artifact-backend ARTIFACT_BACKEND_PRIVATEPORT=3082 ARTIFACT_BACKEND_PUBLICPORT=8082