Skip to content

Commit 0e31e32

Browse files
authored
Merge pull request #5 from chainstack/feature/bump-go-and-kubo
update kubo + golang
2 parents d6f8153 + 7809df7 commit 0e31e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine AS build
1+
FROM golang:1.24-alpine AS build
22

33
ENV GO111MODULE=on
44

@@ -9,7 +9,7 @@ WORKDIR /kubo
99

1010
# COPY build/disable-blockstore-arc-cache.patch /patches/
1111

12-
RUN git clone https://github.com/ipfs/kubo . && git checkout v0.30.0
12+
RUN git clone https://github.com/ipfs/kubo . && git checkout v0.36.0
1313
# && git apply /patches/disable-blockstore-arc-cache.patch
1414

1515
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 && \
3030

3131
# Target image
3232

33-
FROM ipfs/kubo:v0.30.0
33+
FROM ipfs/kubo:v0.36.0
3434

3535
# Copy the ipfs from the build container.
3636
ENV SRC_DIR /kubo

0 commit comments

Comments
 (0)