From 1f979af81b282aa65c1b58cf8cc7222b5bb86891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:13:48 +0000 Subject: [PATCH] build(deps): bump debian in the debian group Bumps the debian group with 1 update: debian. Updates `debian` from stable-20240904 to stable-20240926 --- updated-dependencies: - dependency-name: debian dependency-type: direct:production dependency-group: debian ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.amd64 | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f15c6ce..52ce0527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /src RUN apk add make git RUN make -FROM debian:stable-20240904 +FROM debian:stable-20240926 RUN apt-get update --yes && \ apt-get install --no-install-recommends --yes git ca-certificates && \ rm -rf /var/lib/apt/lists/* diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 6a5831f5..dfe43c16 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -1,5 +1,5 @@ # This Dockerfile is used by goreleaser when releasing a new version. -FROM debian:stable-20240904 +FROM debian:stable-20240926 RUN apt-get update --yes && \ apt-get install --no-install-recommends --yes git ca-certificates && \ rm -rf /var/lib/apt/lists/* diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index e008a496..585ac62d 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -1,5 +1,5 @@ # This Dockerfile is used by goreleaser when releasing a new version. -FROM debian:stable-20240904 +FROM debian:stable-20240926 RUN apt-get update --yes && \ apt-get install --no-install-recommends --yes git ca-certificates && \ rm -rf /var/lib/apt/lists/*