Skip to content

Commit

Permalink
Update buildkit to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 4, 2024
1 parent 926aa5c commit fcaef23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM --platform=$BUILDPLATFORM golang:1.22 AS build

# https://github.com/moby/buildkit/releases
ENV BUILDKIT_VERSION 0.18.0
ENV BUILDKIT_VERSION 0.18.1

COPY \
argsescaped.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": "95d190ef4f18b57c717eaad703b67cb2be781ebb",
"ref": "refs/tags/v0.18.0",
"tag": "v0.18.0",
"version": "0.18.0",
"commit": "eb68885955169461d72dc2b7e6d084100fcaba86",
"ref": "refs/tags/v0.18.1",
"tag": "v0.18.1",
"version": "0.18.1",
"go": {
"version": "1.22"
},
Expand Down

0 comments on commit fcaef23

Please sign in to comment.