Update Golang version in Dockerfile (#322)
This commit is contained in:
parent
43224dc2a1
commit
e39b32edce
1 changed files with 1 additions and 1 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue