Skip to content

Commit 1d60d38

Browse files
authored
chore(deps): update golang docker tag to v1.17 (#182)
1 parent 614b8dc commit 1d60d38

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

system-test/Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-stretch as builder
1+
FROM golang:1.17-stretch as builder
22
RUN apt-get update && apt-get install -y \
33
git \
44
&& rm -rf /var/lib/apt/lists/*

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.16-alpine as builder
1+
FROM golang:1.17-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.16-alpine as builder
1+
FROM golang:1.17-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.16-alpine as builder
1+
FROM golang:1.17-alpine as builder
22
RUN apk add --no-cache git
33
WORKDIR /root/
44
RUN go get github.com/google/pprof

system-test/Dockerfile.node15-alpine

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

system-test/Dockerfile.node16-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-alpine as builder
1+
FROM golang:1.17-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)