mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Update Yarn to 4.50 in Dockerfile
This commit is contained in:
parent
1b73bebc34
commit
d4435a0d30
@ -1,5 +1,5 @@
|
|||||||
FROM node:22.7-alpine3.20
|
FROM node:22.7-alpine3.20
|
||||||
ENV YARN_VERSION="4.4.1"
|
ENV YARN_VERSION="4.5.0"
|
||||||
ENV TZ="Australia/Sydney"
|
ENV TZ="Australia/Sydney"
|
||||||
ENV NODE_COMPILE_CACHE="/Daggerbot/build_cache"
|
ENV NODE_COMPILE_CACHE="/Daggerbot/build_cache"
|
||||||
RUN yarn policies set-version $YARN_VERSION
|
RUN yarn policies set-version $YARN_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user