We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86ca3a commit 0a11d6eCopy full SHA for 0a11d6e
1 file changed
actions/docker/setup/action.yml
@@ -54,13 +54,13 @@ inputs:
54
buildx-version:
55
description: |
56
Buildx version used by docker/setup-buildx-action.
57
- default: "v0.34.1"
+ default: "v0.35.0"
58
required: false
59
# FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
60
buildkit-image:
61
62
BuildKit image used by docker/setup-buildx-action.
63
- default: "moby/buildkit:v0.30.0"
+ default: "moby/buildkit:v0.31.1"
64
65
66
outputs:
0 commit comments