We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2454618 + 1b5c574 commit 6d74aadCopy full SHA for 6d74aad
2 files changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ on:
15
16
env:
17
NODE_VERSION: "20"
18
- BUILDX_VERSION: "v0.14.1"
+ BUILDX_VERSION: "v0.15.0"
19
20
jobs:
21
test:
dev.Dockerfile
@@ -16,7 +16,7 @@
ARG NODE_VERSION=20
ARG DOCKER_VERSION=26.0.2
-ARG BUILDX_VERSION=0.14.1
+ARG BUILDX_VERSION=0.15.0
FROM node:${NODE_VERSION}-alpine AS base
22
RUN apk add --no-cache cpio findutils git
0 commit comments