Skip to content

Commit 6d74aad

Browse files
authored
Merge pull request #355 from tonistiigi/update-buildx-v0.15.0
update buildx to v0.15.0
2 parents 2454618 + 1b5c574 commit 6d74aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
NODE_VERSION: "20"
18-
BUILDX_VERSION: "v0.14.1"
18+
BUILDX_VERSION: "v0.15.0"
1919

2020
jobs:
2121
test:

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ARG NODE_VERSION=20
1818
ARG DOCKER_VERSION=26.0.2
19-
ARG BUILDX_VERSION=0.14.1
19+
ARG BUILDX_VERSION=0.15.0
2020

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

0 commit comments

Comments
 (0)