Skip to content

Commit

Permalink
Merge pull request #1097 from cloudflare/dependabot/docker/debian-d97…
Browse files Browse the repository at this point in the history
…9efb529

build(deps): bump debian from stable-20240812 to stable-20240904 in the debian group
  • Loading branch information
prymitive committed Sep 5, 2024
2 parents 6be09ad + 1d34edc commit 9cce71c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src
RUN apk add make git
RUN make

FROM debian:stable-20240812
FROM debian:stable-20240904
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile is used by goreleaser when releasing a new version.
FROM debian:stable-20240812
FROM debian:stable-20240904
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile is used by goreleaser when releasing a new version.
FROM debian:stable-20240812
FROM debian:stable-20240904
RUN apt-get update --yes && \
apt-get install --no-install-recommends --yes git ca-certificates && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9cce71c

Please sign in to comment.