Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.16 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Maggie Nolan <nolanmar@google.com>
  • Loading branch information
renovate-bot and nolanmar511 committed Feb 19, 2021
1 parent 979fd1e commit e85d651
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system-test/Dockerfile.node10-alpine
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk add --no-cache git
WORKDIR /root/
RUN go get github.com/google/pprof
Expand Down
2 changes: 1 addition & 1 deletion system-test/Dockerfile.node12-alpine
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk add --no-cache git
WORKDIR /root/
RUN go get github.com/google/pprof
Expand Down
2 changes: 1 addition & 1 deletion system-test/Dockerfile.node14-alpine
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk add --no-cache git
WORKDIR /root/
RUN go get github.com/google/pprof
Expand Down
2 changes: 1 addition & 1 deletion system-test/Dockerfile.node15-alpine
@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as builder
FROM golang:1.16-alpine as builder
RUN apk add --no-cache git
WORKDIR /root/
RUN go get github.com/google/pprof
Expand Down

0 comments on commit e85d651

Please sign in to comment.