Update golang Docker tag to v1.19

This commit is contained in:
Renovate Bot 2022-10-25 11:32:27 +00:00
parent e04ff0de31
commit 2273480393

View file

@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.19-alpine as builder
LABEL maintainer="MinIO Inc <dev@min.io>"