diff --git a/Dockerfile b/Dockerfile index 5e48f72..cc4d4d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \