Skip to content

Commit 1a950e5

Browse files
committed
Bump golang image version
1 parent 63498c1 commit 1a950e5

File tree

1 file changed

+1
-1
lines changed
  • manifest/test/acceptance/testdata/ComputedFields/webhook

1 file changed

+1
-1
lines changed

manifest/test/acceptance/testdata/ComputedFields/webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) HashiCorp, Inc.
22
# SPDX-License-Identifier: MPL-2.0
33

4-
FROM golang:1.21 AS builder
4+
FROM golang:1.24 AS builder
55
WORKDIR /src/k8s-manifest-hook
66
ADD *.go ./
77
ADD go.* ./

0 commit comments

Comments
 (0)