chore(deps): update golang docker tag to v1.19.1

This commit is contained in:
renovate[bot]
2022-09-06 22:14:03 +00:00
committed by GitHub
parent e233f7ad6a
commit 74dda4ea1b

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.19.0 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.1 as builder
WORKDIR /workspace