We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74befd commit 0cc0e51Copy full SHA for 0cc0e51
Dockerfile
@@ -8,7 +8,7 @@ COPY . ./
8
9
RUN make binary
10
11
-FROM debian:12.10-slim
+FROM debian:12.12-slim
12
13
ENV DEBIAN_FRONTEND=noninteractive
14
Dockerfile.dev
@@ -13,7 +13,7 @@ RUN make binary \
REACHABILITY_OVERRIDE_PUBLIC=${REACHABILITY_OVERRIDE_PUBLIC} \
BATCHFACTOR_OVERRIDE_PUBLIC=${BATCHFACTOR_OVERRIDE_PUBLIC}
15
16
17
18
19
go.mod
@@ -2,7 +2,7 @@ module github.com/ethersphere/bee/v2
2
3
go 1.25
4
5
-toolchain go1.25.1
+toolchain go1.25.2
6
7
require (
contrib.go.opencensus.io/exporter/prometheus v0.4.2
0 commit comments