Skip to content

Commit 810d36f

Browse files
committed
update lint fallback image
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 13653fb commit 810d36f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ var (
5454
const (
5555
//nolint:gosec // G101: false-positive
5656
printFallbackImage = "docker/dockerfile:1.5@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56"
57-
// https://github.com/moby/buildkit/commit/3fd813cfa5eec6633b21da8164e93673d005df02
57+
// https://github.com/moby/buildkit/commit/71f99c52a669dc0322b5ea57bc28a09c20427227
5858
//nolint:gosec // G101: false-positive
59-
printLintFallbackImage = "docker/dockerfile-upstream@sha256:2e302d1450bb1c3d9ef9b52800d2f3738cdfd21ead73a403e32a9bc275290e7c"
59+
printLintFallbackImage = "docker.io/docker/dockerfile-upstream:master@sha256:47663570b6cc49ed90dc6e3215090a366989ab934d12dc93856a8ae0d27a95e7"
6060
)
6161

6262
type Options struct {

0 commit comments

Comments
 (0)