Dockerfile: update to go 1.18

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2022-04-27 17:22:31 -07:00
parent 1c23d1cef5
commit 0b9d426175
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.17
ARG GO_VERSION=1.18
FROM golang:${GO_VERSION}-alpine
RUN apk add --no-cache gcc musl-dev yamllint