Bump golang to 1.21.4 in the Dockerfiles

This commit is contained in:
Joshua Casey
2023-11-08 10:09:42 -06:00
parent 865ef8d447
commit 97f6e8a07b
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.3 as build-env
FROM --platform=$BUILDPLATFORM golang:1.21.4 as build-env
WORKDIR /work