chore: Update version to 0.7.0 in Dockerfiles

This commit is contained in:
Faruk AYDIN
2023-05-19 12:28:59 +02:00
parent 324375da93
commit 41421b849a
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.6.1 --network-timeout 1000000 && \
yarn global add @automatisch/cli@0.7.0 --network-timeout 1000000 && \
rm -rf /usr/local/share/.cache/ && \
apk del build-dependencies

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM automatischio/automatisch:0.6.1
FROM automatischio/automatisch:0.7.0
WORKDIR /automatisch
RUN apk add --no-cache openssl dos2unix