Bump dockerfiles to golang:1.21.2

This commit is contained in:
Joshua Casey
2023-10-09 09:28:27 -05:00
parent 0cca3a12e6
commit 1409f236da
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
# Prepare to cross-compile by always running the build stage in the build platform, not the target platform.
FROM --platform=$BUILDPLATFORM golang:1.21.1 as build-env
FROM --platform=$BUILDPLATFORM golang:1.21.2 as build-env
WORKDIR /work