Skip to content

Commit

Permalink
Merge pull request #906 from cloudflare/dependabot/docker/debian-f231…
Browse files Browse the repository at this point in the history
…3a1ef3

build(deps): bump the debian group with 1 update
  • Loading branch information
prymitive authored Mar 12, 2024
2 parents 71294dc + 623e0a5 commit 7cea6a7
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-20240211
FROM debian:stable-20240311
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-20240211
FROM debian:stable-20240311
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-20240211
FROM debian:stable-20240311
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 7cea6a7

Please # to comment.