Skip to content

Commit

Permalink
Merge pull request #443 from crazy-max/update-buildx
Browse files Browse the repository at this point in the history
update buildx, buildkit and docker to latest stable
  • Loading branch information
tonistiigi authored Sep 13, 2024
2 parents 654304b + 15cf6af commit 49c5ada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.1"
BUILDX_VERSION: "v0.17.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.16.0"

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# limitations under the License.

ARG NODE_VERSION=20
ARG DOCKER_VERSION=26.0.2
ARG BUILDX_VERSION=0.16.2
ARG DOCKER_VERSION=27.2.1
ARG BUILDX_VERSION=0.17.1

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

0 comments on commit 49c5ada

Please sign in to comment.