reuse: fix Dockerfiles to keep # syntax= directive on line 1

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-11 13:00:44 +00:00
committed by GitHub
parent 0098c23e0d
commit 4f43a212c3
20 changed files with 20 additions and 40 deletions

View File

@@ -1,7 +1,6 @@
# syntax=docker/dockerfile:latest
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH <https://nextcloud.com>
# SPDX-License-Identifier: AGPL-3.0-only
# syntax=docker/dockerfile:latest
# From https://github.com/redis/docker-library-redis/blob/release/8.2/alpine/Dockerfile
FROM redis:8.6.3-alpine