Skip to content

Commit

Permalink
feat: build image for go-ipfs v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys committed Oct 18, 2021
1 parent 2558ad9 commit 5c60bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Based on https://github.com/ipfs/go-ipfs/tree/c55fda4d6cbd40150d4432ea9226c5b977fc96f4
FROM golang:1.16.7-buster as clone
FROM golang:1.15-buster as clone

WORKDIR /clone

RUN git clone --depth 1 --branch v0.10.0 https://github.com/ipfs/go-ipfs
RUN git clone --depth 1 --branch v0.8.0 https://github.com/ipfs/go-ipfs

# Note: when updating the go minor version here, also update the go-channel in snap/snapcraft.yml
FROM golang:1.16.7-buster
FROM golang:1.15-buster

# Install deps
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 5c60bcc

Please sign in to comment.