Skip to content

Commit

Permalink
chore: Update version to 0.7.1 in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
farukaydin committed May 19, 2023
1 parent 94085f2 commit caa104b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /automatisch

RUN \
apk --no-cache add --virtual build-dependencies python3 build-base && \
yarn global add @automatisch/cli@0.7.0 --network-timeout 1000000 && \
yarn global add @automatisch/cli@0.7.1 --network-timeout 1000000 && \
rm -rf /usr/local/share/.cache/ && \
apk del build-dependencies

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.compose
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM automatischio/automatisch:0.7.0
FROM automatischio/automatisch:0.7.1
WORKDIR /automatisch

RUN apk add --no-cache openssl dos2unix
Expand Down

0 comments on commit caa104b

Please sign in to comment.