fix: Remove docker syntax marker

This commit is contained in:
Gerald Pinder 2024-03-27 17:06:46 -04:00
parent b544fecc25
commit 1af517e7c6

View file

@ -1,4 +1,3 @@
# syntax=docker/dockerfile:1
{%- include "stages.j2" %}
FROM {{ recipe.base_image }}:{{ recipe.image_version }}