Merge pull request #374 from tonistiigi/update-buildx-v0.15.1

update buildx to v0.15.1
This commit is contained in:
CrazyMax 2024-06-18 21:49:26 +02:00 committed by GitHub
commit d791e46ccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.15.0"
BUILDX_VERSION: "v0.15.1"
jobs:
test:

View File

@ -16,7 +16,7 @@
ARG NODE_VERSION=20
ARG DOCKER_VERSION=26.0.2
ARG BUILDX_VERSION=0.15.0
ARG BUILDX_VERSION=0.15.1
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git