From 1c629e2ca247bde333b979cec55ba04d485cec73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:59:18 +0000 Subject: [PATCH] chore(deps): pin ubuntu docker tag to 3c61d37 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f31d9f..5d50701 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 as indexer +FROM ubuntu:22.04@sha256:3c61d3759c2639d4b836d32a2d3c83fa0214e36f195a3421018dbaaf79cbe37f as indexer RUN apt-get update && apt-get install -y curl libc6-dev python3 build-essential ninja-build git cmake