Skip to content

Commit

Permalink
Update BK
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejholly committed Nov 17, 2023
1 parent 2e58c8c commit 5b3a1c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildkitd/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildkitd:
ARG BUILDKIT_BASE_IMAGE=$BUILDKIT_PROJECT+build
END
ELSE
ARG BUILDKIT_BASE_IMAGE=github.com/earthly/buildkit:c7c1f7a1cff493d552a28dea36acdf1b3725e15f+build
ARG BUILDKIT_BASE_IMAGE=github.com/earthly/buildkit:81e77e7b0d73167ed3214db9eed2394b1508a5f9+build
END
ARG EARTHLY_TARGET_TAG_DOCKER
ARG TAG="dev-$EARTHLY_TARGET_TAG_DOCKER"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ replace (
github.com/jdxcode/netrc => github.com/mikejholly/netrc v0.0.0-20221121193719-a154cb29ec2a
github.com/jessevdk/go-flags => github.com/alexcb/go-flags v0.0.0-20210722203016-f11d7ecb5ee5

github.com/moby/buildkit => github.com/earthly/buildkit v0.0.0-20231031185549-c7c1f7a1cff4
github.com/moby/buildkit => github.com/earthly/buildkit v0.0.0-20231117005117-81e77e7b0d73
github.com/tonistiigi/fsutil => github.com/earthly/fsutil v0.0.0-20231030221755-644b08355b65
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/earthly/buildkit v0.0.0-20231031185549-c7c1f7a1cff4 h1:jWMKId/dXhFACepfzhgv+mBihP85CUMAjFt0IfI+gy8=
github.com/earthly/buildkit v0.0.0-20231031185549-c7c1f7a1cff4/go.mod h1:GxrJYu39+sws431wtuvv3k2acwMGdSIXCSeGjJKZ97c=
github.com/earthly/buildkit v0.0.0-20231117005117-81e77e7b0d73 h1:0yK1nAJ5w2wPJ0spNs/Nc3MtTPqV08W3LO+Aqmofn+A=
github.com/earthly/buildkit v0.0.0-20231117005117-81e77e7b0d73/go.mod h1:9YV/0upRPk36WbLrmr2bf2MZ0M27fvjxiBr5VD/ia80=
github.com/earthly/cloud-api v1.0.1-0.20231104021724-b38162a550cb h1:a5u2YnTVZGScHBHo3qugai43RTXRYnt1x33lsKTOy2I=
github.com/earthly/cloud-api v1.0.1-0.20231104021724-b38162a550cb/go.mod h1:rU/tYJ7GFBjdKAITV2heDbez++glpGSbtJaZcp73rNI=
github.com/earthly/fsutil v0.0.0-20231030221755-644b08355b65 h1:6oyWHoxHXwcTt4EqmMw6361scIV87uEAB1N42+VpIwk=
Expand Down

0 comments on commit 5b3a1c1

Please sign in to comment.