We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22069ca commit add359aCopy full SHA for add359a
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder
2
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24-bookworm AS builder
3
4
LABEL org.opencontainers.image.source=https://github.com/ipfs/ipfs-check
5
LABEL org.opencontainers.image.description="Check if you can find your content on IPFS"
@@ -9,7 +9,6 @@ ARG TARGETPLATFORM TARGETOS TARGETARCH
9
10
ENV GOPATH=/go \
11
SRC_PATH=$GOPATH/src/github.com/ipfs/ipfs-check \
12
- GO111MODULE=on \
13
GOPROXY=https://proxy.golang.org
14
15
COPY go.* $SRC_PATH/
0 commit comments