Skip to content

Commit

Permalink
build: update lint fallback image to v1.8.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Jun 6, 2024
1 parent aa0f90f commit 922328c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ var (
)

const (
printFallbackImage = "docker/dockerfile:1.5@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56"
// moby/buildkit#3d789eb740a93ac814b078fd752307e2a8da5b84
printLintFallbackImage = "docker.io/docker/dockerfile-upstream:master@sha256:ea5a8efbaf785bdfe6c7ad74f0b11849df42d62861b218429bea17bb078df6ca"
printFallbackImage = "docker/dockerfile:1.5@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56"
printLintFallbackImage = "docker.io/docker/dockerfile-upstream:1.8.0-rc2@sha256:515538ca94186029d466cf4c10c61b5147e849c592955e3a78922e24595c63a9"
)

type Options struct {
Expand Down

0 comments on commit 922328c

Please sign in to comment.