update buildx to v0.15.1

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2024-06-18 12:05:39 -07:00
parent b61fc5ff9c
commit 1cb547a599
No known key found for this signature in database
GPG Key ID: AFA9DE5F8AB7AF39
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