Update golang Docker tag to v1.24
All checks were successful
/ build-container (push) Successful in 1m2s
All checks were successful
/ build-container (push) Successful in 1m2s
This commit is contained in:
parent
24d2fb819a
commit
7a0c671aeb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM library/golang:1.23 as build
|
||||
FROM library/golang:1.24 as build
|
||||
ADD * /go/caching-proxy/
|
||||
WORKDIR /go/caching-proxy
|
||||
ARG GOPROXY=direct
|
||||
|
|
Loading…
Add table
Reference in a new issue