revert buildx to 0.8.1

This commit is contained in:
t3chn0m4g3 2022-10-31 15:41:59 +00:00
parent e2cbd981ca
commit ccb94b1529
2 changed files with 2 additions and 2 deletions

View file

@ -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.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 chmod +x docker-buildx
docker buildx ls docker buildx ls

View file

@ -1,7 +1,7 @@
FROM node:17.9.0-alpine3.15 as builder FROM node:17.9.0-alpine3.15 as builder
# #
# Prep and build Cyberchef # 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 && \ RUN apk -U --no-cache add build-base git python3 && \
chown -R node:node /srv && \ chown -R node:node /srv && \
npm install -g grunt-cli npm install -g grunt-cli