update go to 1.17.2

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-10-16 15:00:09 +02:00
parent 461369748c
commit 1a56de8e68
5 changed files with 5 additions and 5 deletions

View File

@ -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