1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00

Update Yarn to 4.50 in Dockerfile

This commit is contained in:
toast-ts 2024-09-16 14:00:07 +10:00
parent 1b73bebc34
commit d4435a0d30

View File

@ -1,5 +1,5 @@
FROM node:22.7-alpine3.20
ENV YARN_VERSION="4.4.1"
ENV YARN_VERSION="4.5.0"
ENV TZ="Australia/Sydney"
ENV NODE_COMPILE_CACHE="/Daggerbot/build_cache"
RUN yarn policies set-version $YARN_VERSION