Add syntax parser directive to Dockerfiles

This commit is contained in:
Arjan H
2025-04-21 09:19:07 +02:00
parent 79c6be8e08
commit 78aac07961
5 changed files with 5 additions and 0 deletions

1
.github/Dockerfile vendored
View File

@@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1
# Dummy Dockerfile for dependabot, if it finds an update we need to update docker-compose.yml
#
FROM nginx:latest