diff --git a/Dockerfile b/Dockerfile index b5faf838..26f16a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /src RUN apk add make git RUN make -FROM debian:stable-20240513 +FROM debian:stable-20240612 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 0d16208d..5165da7b 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-20240513 +FROM debian:stable-20240612 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 03cdaa74..bef29093 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-20240513 +FROM debian:stable-20240612 RUN apt-get update --yes && \ apt-get install --no-install-recommends --yes git ca-certificates && \ rm -rf /var/lib/apt/lists/*