Skip to content

Commit 874c869

Browse files
authored
Merge pull request #546 from GoogleCloudPlatform/dependabot/docker/cmd/csi_driver/golang-1.24.2
Bump golang from 1.24.1 to 1.24.2 in /cmd/csi_driver
2 parents 6faee8e + 6f93032 commit 874c869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/csi_driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
# Build driver go binary
17-
FROM --platform=$BUILDPLATFORM golang:1.24.1 AS driver-builder
17+
FROM --platform=$BUILDPLATFORM golang:1.24.2 AS driver-builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)