Update Golang version in Dockerfile (#322)

This commit is contained in:
Boshi Lian 2024-02-11 02:05:24 -08:00 committed by GitHub
parent 43224dc2a1
commit e39b32edce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.21-bullseye as builder
FROM docker.io/golang:1.22-bullseye as builder
ARG VER=devel
ARG BUILDTAGS=""