ci: update dev-builder image tag (#7894)

* chore: Update Dockerfile

* ci: update dev-builder image tag

Signed-off-by: greptimedb-ci <greptimedb-ci@greptime.com>

---------

Signed-off-by: greptimedb-ci <greptimedb-ci@greptime.com>
Co-authored-by: liyang <daviderli614@gmail.com>
Co-authored-by: greptimedb-ci <greptimedb-ci@greptime.com>
Co-authored-by: Ning Sun <sunng@protonmail.com>
This commit is contained in:
github-actions[bot]
2026-04-01 10:43:25 +08:00
committed by GitHub
parent 0bd0df0e88
commit b4492ee39d

View File

@@ -8,7 +8,7 @@ CARGO_BUILD_OPTS := --locked
IMAGE_REGISTRY ?= docker.io
IMAGE_NAMESPACE ?= greptime
IMAGE_TAG ?= latest
DEV_BUILDER_IMAGE_TAG ?= 2025-10-01-8fe17d43-20251011080129
DEV_BUILDER_IMAGE_TAG ?= 2026-03-21-9c9d9e9e-20260331090344
BUILDX_MULTI_PLATFORM_BUILD ?= false
BUILDX_BUILDER_NAME ?= gtbuilder
BASE_IMAGE ?= ubuntu