Skip to content

Commit b4b1bf5

Browse files
authored
Merge pull request #1622 from cloudflare/dependabot/docker/debian-cef410b790
build(deps): bump debian from stable-20251103 to stable-20251117 in the debian group
2 parents b0264af + 212c01f commit b4b1bf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /src
44
RUN apk add make git
55
RUN make
66

7-
FROM debian:stable-20251103
7+
FROM debian:stable-20251117
88
RUN apt-get update --yes && \
99
apt-get install --no-install-recommends --yes git ca-certificates && \
1010
rm -rf /var/lib/apt/lists/*

Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile is used by goreleaser when releasing a new version.
2-
FROM debian:stable-20251103
2+
FROM debian:stable-20251117
33
RUN apt-get update --yes && \
44
apt-get install --no-install-recommends --yes git ca-certificates && \
55
rm -rf /var/lib/apt/lists/*

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile is used by goreleaser when releasing a new version.
2-
FROM debian:stable-20251103
2+
FROM debian:stable-20251117
33
RUN apt-get update --yes && \
44
apt-get install --no-install-recommends --yes git ca-certificates && \
55
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)