Update golang Docker tag to v1.21.7
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-02-06 21:19:28 +00:00
parent 41e1637dc3
commit de84be90d0
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -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