Skip to content

Commit

Permalink
Merge pull request #422 from crazy-max/update-buildx-buildkit
Browse files Browse the repository at this point in the history
update buildx to 0.16.2, buildkit to 0.15.1
  • Loading branch information
tonistiigi committed Jul 25, 2024
2 parents c5fb2b6 + 09e67ce commit f94786c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.16.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.0"
BUILDX_VERSION: "v0.16.2"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.1"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG NODE_VERSION=20
ARG DOCKER_VERSION=26.0.2
ARG BUILDX_VERSION=0.16.1
ARG BUILDX_VERSION=0.16.2

FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git
Expand Down

0 comments on commit f94786c

Please sign in to comment.