Merge pull request #1857 from automatisch/latest-dockerfile

feat: Use latest docker image for docker compose
This commit is contained in:
Ömer Faruk Aydın
2024-05-03 14:53:25 +02:00
committed by GitHub

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