Skip to content

Commit

Permalink
fix(deps): update golang docker tag to v1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot authored and grzesuav committed Sep 7, 2021
1 parent 8dff42e commit e8a572b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.7 AS build
FROM golang:1.17.0 AS build

ARG TAG
ENV TAG=${TAG:-dev}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.7 AS build
FROM golang:1.17.0 AS build

ARG TAG
ENV TAG=${TAG:-dev}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.distroless
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.7 AS build
FROM golang:1.17.0 AS build

ARG TAG
ENV TAG=${TAG:-dev}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.distroless-debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.7 AS build
FROM golang:1.17.0 AS build

ARG TAG
ENV TAG=${TAG:-dev}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.7 as tester
FROM golang:1.17.0 as tester

COPY . /go/src/metacontroller/
WORKDIR /go/src/metacontroller/
Expand Down

0 comments on commit e8a572b

Please sign in to comment.