Update golang Docker tag to v1.21.7 #6

Merged
renovate merged 1 commit from renovate/golang-1.x into main 2024-02-06 22:23:05 +01:00
Showing only changes of commit de84be90d0 - Show all commits

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