Skip to content

Commit

Permalink
Merge pull request #409 from tonistiigi/update-buildx-v0.16.0
Browse files Browse the repository at this point in the history
update buildx and buildkit
  • Loading branch information
crazy-max committed Jul 14, 2024
2 parents e5ef180 + d524755 commit 2264b5a
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: "https://github.com/docker/buildx.git#d8c9ebde1fdcf659f1fa3efa6ccc27a28b0f1564" # https://github.com/docker/buildx/pull/2551
BUILDKIT_IMAGE: "moby/buildkit:v0.14.1"
BUILDX_VERSION: "v0.16.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.0"

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.15.1
ARG BUILDX_VERSION=0.16.0

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

0 comments on commit 2264b5a

Please sign in to comment.