chore: Update version in Dockerfiles with 0.4.0

This commit is contained in:
Faruk AYDIN
2023-01-13 17:32:26 +03:00
committed by Ali BARIN
parent 985132da78
commit 4a99b7a3f2
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ RUN apk --no-cache add --virtual build-dependencies python3 build-base
COPY ./entrypoint.sh /entrypoint.sh
RUN yarn global add @automatisch/cli@0.3.0
RUN yarn global add @automatisch/cli@0.4.0 --network-timeout 1000000
RUN apk del build-dependencies python3 build-base