From ff5300b75f7d9bb4de6623b8fdc2cf1bce3dbc45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 03:00:41 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24fde57d..a47578a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 as indexer +FROM ubuntu:26.04@sha256:b7f48194d4d8b763a478a621cdc81c27be222ba2206ca3ca6bc42b49685f3d9e as indexer RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake