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

@ -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