mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 05:22:11 +00:00
bump buildx to 0.9.1
This commit is contained in:
parent
b8e3df97dc
commit
0316bc7a2c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fi
|
||||||
# Main
|
# Main
|
||||||
mkdir -p /root/.docker/cli-plugins/
|
mkdir -p /root/.docker/cli-plugins/
|
||||||
cd /root/.docker/cli-plugins/
|
cd /root/.docker/cli-plugins/
|
||||||
wget https://github.com/docker/buildx/releases/download/v0.8.1/buildx-v0.8.1.linux-amd64 -O docker-buildx
|
wget https://github.com/docker/buildx/releases/download/v0.9.1/buildx-v0.9.1.linux-amd64 -O docker-buildx
|
||||||
chmod +x docker-buildx
|
chmod +x docker-buildx
|
||||||
|
|
||||||
docker buildx ls
|
docker buildx ls
|
||||||
|
|
Loading…
Reference in a new issue