mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-02 00:40:07 +00:00
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:
committed by
GitHub
parent
0098c23e0d
commit
4f43a212c3
@@ -1,7 +1,6 @@
|
||||
# syntax=docker/dockerfile:latest
|
||||
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH <https://nextcloud.com>
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
# syntax=docker/dockerfile:latest
|
||||
FROM alpine:3.23.4
|
||||
|
||||
RUN set -ex; \
|
||||
|
||||
Reference in New Issue
Block a user