feat: Use latest docker image for docker compose

This commit is contained in:
Faruk AYDIN
2024-05-03 14:48:44 +02:00
parent 788530be45
commit 91e484aef1

View File

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