chore: update cli version in dockerfiles

This commit is contained in:
Ali BARIN
2022-12-08 20:15:06 +01:00
parent 1125f31810
commit dd8bab299d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /automatisch
COPY ./entrypoint.sh /entrypoint.sh
RUN yarn global add @automatisch/cli@0.2.0
RUN yarn global add @automatisch/cli@0.3.0
EXPOSE 3000
ENTRYPOINT ["sh", "/entrypoint.sh"]

View File

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