Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 323b8d2

Browse files
Updating buildkit version as recommended
1 parent db23113 commit 323b8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/asottile/dockerfile
33
go 1.16
44

55
require (
6-
github.com/moby/buildkit v0.9.0
7-
github.com/stretchr/testify v1.7.0
6+
github.com/moby/buildkit v0.12.5
7+
github.com/stretchr/testify v1.8.3
88
)

0 commit comments

Comments
 (0)