From 96d2b69af46ade7c67f564249a1a153062998ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:58:04 +0000 Subject: [PATCH] chore(deps): update ubuntu:noble docker digest to 9cbed75 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b22b24d41..8428a5fad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # The x86-64 is a single-static-binary image built via Nix, see: # nix/tools/docker/README.md -FROM ubuntu:noble@sha256:f3b7f1bdfaf22a0a8db05bb2b758535fe0e70d82bea4206f7549f89aa12922f4 AS postgrest +FROM ubuntu:noble@sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8 AS postgrest RUN apt-get update -y \ && apt install -y --no-install-recommends libpq-dev zlib1g-dev jq gcc libnuma-dev \