Fix docker build.

This commit is contained in:
Jorropo 2020-08-29 10:43:29 +02:00
parent 7cb09c2aea
commit cd0553d2cd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15-stretch AS builder
FROM golang:1.15-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds and runs ipfs-cluster-service.

View File

@ -1,4 +1,4 @@
FROM golang:1.15-stretch AS builder
FROM golang:1.15-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This dockerfile builds cluster and runs it along with go-ipfs.

View File

@ -1,4 +1,4 @@
FROM golang:1.15-stretch AS builder
FROM golang:1.15-buster AS builder
MAINTAINER Hector Sanjuan <hector@protocol.ai>
# This build state just builds the cluster binaries