Skip to content

Commit

Permalink
Merge pull request #1004 from cloudflare/dependabot/docker/debian-5a7…
Browse files Browse the repository at this point in the history
…388e45f

build(deps): bump debian from stable-20240513 to stable-20240612 in the debian group
  • Loading branch information
prymitive authored Jun 13, 2024
2 parents 59a1e98 + 93266f6 commit 52a6447
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-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/*
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-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/*
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-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/*
Expand Down

0 comments on commit 52a6447

Please sign in to comment.