Update golang Docker tag to v1.21.7
This commit is contained in:
parent
6bb5d25683
commit
a3e9d11a69
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
|
# Create build workspace folder
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|
Loading…
Reference in a new issue