Skip to content

Commit f9de623

Browse files
authored
Merge pull request #415 from tonistiigi/update-buildx-v0.16.1
update buildx to v0.16.1
2 parents b6b4cf1 + 202104b commit f9de623

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.16.0"
18+
BUILDX_VERSION: "v0.16.1"
1919
BUILDKIT_IMAGE: "moby/buildkit:v0.15.0"
2020

2121
jobs:

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.16.0
19+
ARG BUILDX_VERSION=0.16.1
2020

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

0 commit comments

Comments
 (0)