Skip to content

Commit 22bc584

Browse files
committed
Update build image and kubo version
1 parent 30650fe commit 22bc584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bookworm AS builder
1+
FROM golang:1.23-bookworm AS builder
22

33
WORKDIR /
44

@@ -26,7 +26,7 @@ RUN make build
2626
RUN make install
2727

2828
# The actual IPFS image we will use
29-
FROM ipfs/kubo:v0.23.0
29+
FROM ipfs/kubo:v0.32.1
3030
ENV SRC_DIR /kubo
3131

3232
# We copy the new binaries we built in the 'builder' stage (--from=builder)

0 commit comments

Comments
 (0)