chore: Bump Go 1.19 (#2641)

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
Maksim Nabokikh
2022-08-29 15:03:26 +04:00
committed by GitHub
parent 7efe1e28a8
commit d33e994805
3 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
FROM golang:1.18.4-alpine3.15 AS builder
FROM golang:1.19.0-alpine3.15 AS builder
WORKDIR /usr/local/src/dex