From 077f76d323723ba1b268dab340b044b1c0470fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 19:47:25 +0000 Subject: [PATCH] chore(deps): pin ubuntu docker tag to 561618e --- .cursor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cursor/Dockerfile b/.cursor/Dockerfile index 9f248d768..54758aab7 100644 --- a/.cursor/Dockerfile +++ b/.cursor/Dockerfile @@ -4,7 +4,7 @@ # the shells the completion integration tests exercise. Repo-pinned tools # (declared in mise.toml) are installed after checkout by .cursor/install.sh, # because mise.toml is only available once the repository is cloned. -FROM ubuntu:24.04 +FROM ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea ENV DEBIAN_FRONTEND=noninteractive