chore: Update version in Dockerfiles with 0.4.0
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apk --no-cache add --virtual build-dependencies python3 build-base
|
|||||||
|
|
||||||
COPY ./entrypoint.sh /entrypoint.sh
|
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
|
RUN apk del build-dependencies python3 build-base
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
FROM automatischio/automatisch:0.3.0
|
FROM automatischio/automatisch:0.4.0
|
||||||
WORKDIR /automatisch
|
WORKDIR /automatisch
|
||||||
|
|
||||||
RUN apk add --no-cache openssl dos2unix
|
RUN apk add --no-cache openssl dos2unix
|
||||||
|
Reference in New Issue
Block a user