Skip to content

Commit

Permalink
Merge pull request #905 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update buildkit to 0.19.0
  • Loading branch information
tianon authored Jan 21, 2025
2 parents 1b0271c + cfbe0d0 commit 53764ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions buildkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
FROM --platform=$BUILDPLATFORM golang:1.22 AS build

# https://github.com/moby/buildkit/releases
ENV BUILDKIT_VERSION 0.18.2
ENV BUILDKIT_VERSION 0.19.0

COPY \
argsescaped.patch \
containerd-arm64-v8-pre-0.19.patch \
containerd-arm64-v8.patch \
git-no-submodules.patch \
mips64le.patch \
noclip.patch \
Expand Down
8 changes: 4 additions & 4 deletions buildkit/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "e4da654b1251f91e914fab18eba33743aefd7080",
"ref": "refs/tags/v0.18.2",
"tag": "v0.18.2",
"version": "0.18.2",
"commit": "3637d1b15a13fc3cdd0c16fcf3be0845ae68f53d",
"ref": "refs/tags/v0.19.0",
"tag": "v0.19.0",
"version": "0.19.0",
"go": {
"version": "1.22"
},
Expand Down

0 comments on commit 53764ec

Please sign in to comment.