chore: Update version with 0.6.0

This commit is contained in:
Faruk AYDIN
2023-04-17 18:37:24 +02:00
parent 142b96beb0
commit df83aa4d15
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /automatisch
RUN \
apk --no-cache add --virtual build-dependencies python3 build-base && \
yarn global add @automatisch/cli@0.5.0 --network-timeout 1000000 && \
yarn global add @automatisch/cli@0.6.0 --network-timeout 1000000 && \
rm -rf /usr/local/share/.cache/ && \
apk del build-dependencies