Skip to content

Commit

Permalink
Merge pull request #801 from crazy-max/bump-go
Browse files Browse the repository at this point in the history
update go to 1.17.2
  • Loading branch information
tonistiigi committed Oct 18, 2021
2 parents 868610e + 1a56de8 commit 050f4f9
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,6 +1,6 @@
# syntax=docker/dockerfile:1.3

ARG GO_VERSION=1.17.0
ARG GO_VERSION=1.17
ARG DOCKERD_VERSION=20.10.8

FROM docker:$DOCKERD_VERSION AS dockerd-release
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.17.0"
default = "1.17"
}
variable "BIN_OUT" {
default = "./bin"
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfiles/docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3-labs

ARG GO_VERSION=1.17.0
ARG GO_VERSION=1.17
ARG FORMATS=md,yaml

FROM golang:${GO_VERSION}-alpine AS docsgen
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfiles/lint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

ARG GO_VERSION=1.17.0
ARG GO_VERSION=1.17

FROM golang:${GO_VERSION}-alpine
RUN apk add --no-cache gcc musl-dev yamllint
Expand Down
2 changes: 1 addition & 1 deletion hack/dockerfiles/vendor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3-labs

ARG GO_VERSION=1.17.0
ARG GO_VERSION=1.17

FROM golang:${GO_VERSION}-alpine AS base
RUN apk add --no-cache git rsync
Expand Down

0 comments on commit 050f4f9

Please sign in to comment.