Skip to content

Commit d4aa87b

Browse files
chore(deps): update golang docker tag to v1.15 (#129)
Co-authored-by: Maggie Nolan <[email protected]>
1 parent b0835ad commit d4aa87b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

system-test/Dockerfile.node10-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine as builder
1+
FROM golang:1.15-alpine as builder
22
RUN apk add --no-cache git
33
WORKDIR /root/
44
RUN go get github.com/google/pprof

system-test/Dockerfile.node12-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine as builder
1+
FROM golang:1.15-alpine as builder
22
RUN apk add --no-cache git
33
WORKDIR /root/
44
RUN go get github.com/google/pprof

system-test/Dockerfile.node14-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine as builder
1+
FROM golang:1.15-alpine as builder
22
RUN apk add --no-cache git
33
WORKDIR /root/
44
RUN go get github.com/google/pprof

0 commit comments

Comments
 (0)