Dockerfile: update build image version to patches
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-01-10 19:40:51 +01:00
parent 7930bbf098
commit 149f688a87
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -1,4 +1,4 @@
FROM golang:1.21-bookworm AS build
FROM golang:1.21.6-bookworm AS build
# Create build workspace folder
WORKDIR /workspace