From 68abc0e1b56440ab396b0ea9dff6aa48d41b85d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:43:25 +0000 Subject: [PATCH] fix(deps): pin ubuntu docker tag to b359f10 --- git/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/Dockerfile b/git/Dockerfile index 87cb3d1ab..d51ec97fd 100644 --- a/git/Dockerfile +++ b/git/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b RUN apt-get update && apt-get install --no-install-recommends -y git=1:2.43.0-1ubuntu7.1 openssh-client=1:9.6p1-3ubuntu13.4 && rm -rf /var/lib/apt/lists/*