refactor: remove Dockerfile syntax directives to simplify and standardize definitions

Removed `# syntax=docker/dockerfile:1.8` from various Dockerfiles as it is no longer needed. Updated `.gitea/workflows/docker-publish.yaml` to enhance ARM64 build reliability with host driver enforcement and commented out unused caching configurations for clarity.
This commit is contained in:
2026-02-13 16:59:02 +01:00
parent 0259164d11
commit 0a0f5af3bd
9 changed files with 12 additions and 17 deletions
-2
View File
@@ -1,5 +1,3 @@
# syntax=docker/dockerfile:1.8
# ===================================================================
# Dockerfile for Meldestelle Web-App (Hybrid Build)
# Version: 3.2.0 - Optimized & Cleaned