Skip to content

Commit

Permalink
Merge pull request #517 from tonistiigi/update-buildx-buildkit-v0.19.1
Browse files Browse the repository at this point in the history
Update buildx buildkit v0.19.1
  • Loading branch information
crazy-max authored Nov 27, 2024
2 parents 5a8b57c + dd0ab41 commit df61593
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.18.0"
BUILDKIT_IMAGE: "moby/buildkit:v0.17.2"
BUILDX_VERSION: "v0.19.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.18.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=27.2.1
ARG BUILDX_VERSION=0.18.0
ARG BUILDX_VERSION=0.19.1
ARG UNDOCK_VERSION=0.8.0

FROM node:${NODE_VERSION}-alpine AS base
Expand Down

0 comments on commit df61593

Please sign in to comment.