Update golang Docker tag to v1.21.7
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
41e1637dc3
commit
de84be90d0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.21.6-bookworm AS build
|
||||
FROM golang:1.21.7-bookworm AS build
|
||||
|
||||
# Create build workspace folder
|
||||
WORKDIR /workspace
|
||||
|
|
Loading…
Reference in a new issue