downgrade docker to fix incompatibility with synology DSM

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-11-20 15:50:00 +01:00
parent 299c9eeb1c
commit 3b60861189
3 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# syntax=docker/dockerfile:latest
# Docker CLI is a requirement
FROM docker:29.0.2-cli AS docker
# Needs to stay on v28 for now until Synology upgrades their docker version to at least v25
FROM docker:28.5.2-cli AS docker
# Caddy is a requirement
FROM caddy:2.10.2-alpine AS caddy