From c438fbf8be304191668b85da36428954d00ed016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:37:59 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /build/minimal Bumps ubuntu from jammy-20231004 to jammy-20231128. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/minimal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/minimal/Dockerfile b/build/minimal/Dockerfile index a8551efc2..f7784f188 100644 --- a/build/minimal/Dockerfile +++ b/build/minimal/Dockerfile @@ -12,7 +12,7 @@ RUN go mod download COPY ./ ./ RUN make build -FROM ubuntu:jammy-20231004@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f +FROM ubuntu:jammy-20231128@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \