Bump go version in dockerfile
This commit is contained in:
parent
63556e2983
commit
36de48cc94
|
@ -1,4 +1,4 @@
|
|||
ARG GOLANG_VERSION="1.21.6"
|
||||
ARG GOLANG_VERSION="1.21.7"
|
||||
ARG DEBIAN_VERSION="bookworm"
|
||||
|
||||
FROM golang:${GOLANG_VERSION}-${DEBIAN_VERSION} AS build
|
||||
|
|
Loading…
Reference in New Issue