mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
revert buildx to 0.8.1
This commit is contained in:
parent
e2cbd981ca
commit
ccb94b1529
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ fi
|
|||
# Main
|
||||
mkdir -p /root/.docker/cli-plugins/
|
||||
cd /root/.docker/cli-plugins/
|
||||
wget https://github.com/docker/buildx/releases/download/v0.9.1/buildx-v0.9.1.linux-amd64 -O docker-buildx
|
||||
wget https://github.com/docker/buildx/releases/download/v0.8.1/buildx-v0.8.1.linux-amd64 -O docker-buildx
|
||||
chmod +x docker-buildx
|
||||
|
||||
docker buildx ls
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM node:17.9.0-alpine3.15 as builder
|
||||
#
|
||||
# Prep and build Cyberchef
|
||||
ENV CY_VER=v9.38.0
|
||||
ENV CY_VER=v9.48.0
|
||||
RUN apk -U --no-cache add build-base git python3 && \
|
||||
chown -R node:node /srv && \
|
||||
npm install -g grunt-cli
|
||||
|
|
Loading…
Reference in a new issue