Update golang Docker tag to v1.21
This commit is contained in:
parent
f8cc7740ce
commit
85a24c9026
@ -1,4 +1,4 @@
|
|||||||
ARG GO_VERSION=1.20-alpine3.18
|
ARG GO_VERSION=1.21-alpine3.18
|
||||||
FROM golang:$GO_VERSION AS builder
|
FROM golang:$GO_VERSION AS builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
Loading…
Reference in New Issue
Block a user