We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6f8153 + 7809df7 commit 0e31e32Copy full SHA for 0e31e32
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-alpine AS build
+FROM golang:1.24-alpine AS build
2
3
ENV GO111MODULE=on
4
@@ -9,7 +9,7 @@ WORKDIR /kubo
9
10
# COPY build/disable-blockstore-arc-cache.patch /patches/
11
12
-RUN git clone https://github.com/ipfs/kubo . && git checkout v0.30.0
+RUN git clone https://github.com/ipfs/kubo . && git checkout v0.36.0
13
# && git apply /patches/disable-blockstore-arc-cache.patch
14
15
COPY . /kubo/ipfs-go-ds-storj
@@ -30,7 +30,7 @@ RUN go mod edit -replace storj.io/ipfs-go-ds-storj=./ipfs-go-ds-storj && \
30
31
# Target image
32
33
-FROM ipfs/kubo:v0.30.0
+FROM ipfs/kubo:v0.36.0
34
35
# Copy the ipfs from the build container.
36
ENV SRC_DIR /kubo
0 commit comments