diff --git a/system-test/Dockerfile.linux b/system-test/Dockerfile.linux index efbb6be3..8a33e8e5 100644 --- a/system-test/Dockerfile.linux +++ b/system-test/Dockerfile.linux @@ -1,4 +1,4 @@ -FROM golang:1.13-stretch as builder +FROM golang:1.14-stretch as builder RUN apt-get update && apt-get install -y \ git \ && rm -rf /var/lib/apt/lists/* diff --git a/system-test/Dockerfile.node10-alpine b/system-test/Dockerfile.node10-alpine index 8acfa83f..8bb73951 100644 --- a/system-test/Dockerfile.node10-alpine +++ b/system-test/Dockerfile.node10-alpine @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine as builder +FROM golang:1.14-alpine as builder RUN apk add --no-cache git WORKDIR /root/ RUN go get github.com/google/pprof diff --git a/system-test/Dockerfile.node11-alpine b/system-test/Dockerfile.node11-alpine index d9020fbd..6c930c39 100644 --- a/system-test/Dockerfile.node11-alpine +++ b/system-test/Dockerfile.node11-alpine @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine as builder +FROM golang:1.14-alpine as builder RUN apk add --no-cache git WORKDIR /root/ RUN go get github.com/google/pprof diff --git a/system-test/Dockerfile.node12-alpine b/system-test/Dockerfile.node12-alpine index 9b6ca25c..1ccc0a2a 100644 --- a/system-test/Dockerfile.node12-alpine +++ b/system-test/Dockerfile.node12-alpine @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine as builder +FROM golang:1.14-alpine as builder RUN apk add --no-cache git WORKDIR /root/ RUN go get github.com/google/pprof diff --git a/system-test/Dockerfile.node8-alpine b/system-test/Dockerfile.node8-alpine index ac81c9da..4440cb43 100644 --- a/system-test/Dockerfile.node8-alpine +++ b/system-test/Dockerfile.node8-alpine @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine as builder +FROM golang:1.14-alpine as builder RUN apk add --no-cache git WORKDIR /root/ RUN go get github.com/google/pprof