From 84564b9e3eae55f7d412e57b8e2343eb2cb8cf33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 01:38:25 +0000 Subject: [PATCH] chore(deps): update ubuntu:noble docker digest to a328b84 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 195405946..d123bace2 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:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076 AS postgrest +FROM ubuntu:noble@sha256:a328b84b92f71a85f459722a1c73c0363f9f8e3f66bf74a204bb35c605cf670c AS postgrest RUN apt-get update -y \ && apt install -y --no-install-recommends libpq-dev zlib1g-dev jq gcc libnuma-dev \