Skip to content

Commit

Permalink
chore(deps): bump github.com/moby/buildkit from 0.8.1 to 0.9.3 (fanal…
Browse files Browse the repository at this point in the history
…#347)
  • Loading branch information
afdesk authored Dec 22, 2021
1 parent c287239 commit 88094b1
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 8 deletions.
2 changes: 1 addition & 1 deletion applier/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func TestApplyLayers(t *testing.T) {
SchemaVersion: 1,
Digest: "sha256:932da51564135c98a49a34a193d6cd363d8fa4184d957fde16c9d8527b3f3b02",
DiffID: "sha256:a187dde48cd289ac374ad8539930628314bc581a481cdb41409c9289419ddb72",
OpaqueDirs: []string{"app/"},
OpaqueDirs: []string{"app/"},
},
},
expectedArtifactDetail: types.ArtifactDetail{},
Expand Down
2 changes: 2 additions & 0 deletions config/parser/dockerfile/dockerfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func (p *Parser) Parse(contents []byte) (interface{}, error) {

var stages []*instructions.Stage
for _, child := range parsed.AST.Children {
child.Value = strings.ToLower(child.Value)

instr, err := instructions.ParseInstruction(child)
if err != nil {
return nil, xerrors.Errorf("process dockerfile instructions: %w", err)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/knqyf263/nested v0.0.1
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/mapstructure v1.4.2
github.com/moby/buildkit v0.8.1
github.com/moby/buildkit v0.9.3
github.com/open-policy-agent/opa v0.34.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
Expand Down
Loading

0 comments on commit 88094b1

Please sign in to comment.