Skip to content

Commit 14c67f1

Browse files
Bump mikefarah/yq from 4.53.2 to 4.53.3 in /dockerfiles/crane
Bumps mikefarah/yq from 4.53.2 to 4.53.3. --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1de07e commit 14c67f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/crane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
FROM gcr.io/go-containerregistry/crane as crane
5-
FROM mikefarah/yq:4.53.2 AS yq
5+
FROM mikefarah/yq:4.53.3 AS yq
66

77
FROM golang:1.26.3
88
COPY --from=yq /usr/bin/yq /usr/local/bin

0 commit comments

Comments
 (0)