Skip to content

Commit 91ccdd5

Browse files
authored
Merge pull request #513 from GoogleCloudPlatform/dependabot/docker/cmd/webhook/golang-1.24.1
Bump golang from 1.24.0 to 1.24.1 in /cmd/webhook
2 parents a598f0e + fbf2090 commit 91ccdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/webhook/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 webhook go binary
17-
FROM --platform=$BUILDPLATFORM golang:1.24.0 AS webhook-builder
17+
FROM --platform=$BUILDPLATFORM golang:1.24.1 AS webhook-builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)