Skip to content

Commit

Permalink
Merge pull request #296 from ipfs/update-dockerfile
Browse files Browse the repository at this point in the history
Update build image and kubo version
  • Loading branch information
hsanjuan authored Dec 11, 2024
2 parents 30650fe + 22bc584 commit 625e97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bookworm AS builder
FROM golang:1.23-bookworm AS builder

WORKDIR /

Expand Down Expand Up @@ -26,7 +26,7 @@ RUN make build
RUN make install

# The actual IPFS image we will use
FROM ipfs/kubo:v0.23.0
FROM ipfs/kubo:v0.32.1
ENV SRC_DIR /kubo

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

0 comments on commit 625e97f

Please sign in to comment.