chore: Update versioning in dockerfiles

This commit is contained in:
Faruk AYDIN
2023-02-08 12:45:09 +01:00
committed by Ali BARIN
parent 831ae96e0f
commit 113a91a73f
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.4.0 --network-timeout 1000000
RUN yarn global add @automatisch/cli@0.5.0 --network-timeout 1000000
RUN apk del build-dependencies python3 build-base