Skip to content

Commit 0cc0e51

Browse files
chore: bump toolchain to go1.25.2 and images debian:12.12-slim (#5248)
1 parent a74befd commit 0cc0e51

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
@@ -8,7 +8,7 @@ COPY . ./
88

99
RUN make binary
1010

11-
FROM debian:12.10-slim
11+
FROM debian:12.12-slim
1212

1313
ENV DEBIAN_FRONTEND=noninteractive
1414

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN make binary \
1313
REACHABILITY_OVERRIDE_PUBLIC=${REACHABILITY_OVERRIDE_PUBLIC} \
1414
BATCHFACTOR_OVERRIDE_PUBLIC=${BATCHFACTOR_OVERRIDE_PUBLIC}
1515

16-
FROM debian:12.10-slim
16+
FROM debian:12.12-slim
1717

1818
ENV DEBIAN_FRONTEND=noninteractive
1919

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ethersphere/bee/v2
22

33
go 1.25
44

5-
toolchain go1.25.1
5+
toolchain go1.25.2
66

77
require (
88
contrib.go.opencensus.io/exporter/prometheus v0.4.2

0 commit comments

Comments
 (0)