From 39b5a52f5e1fc663b0b89cb2dfe4f001b7205197 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Mon, 2 Feb 2026 12:15:01 -0500 Subject: [PATCH] feat: Remove syntax declaration for edxapp This shouldn't be needed now that we're back on a recent version of docker (via the k8s-general agent profile). BOMS-400 --- dockerfiles/edx-platform.Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfiles/edx-platform.Dockerfile b/dockerfiles/edx-platform.Dockerfile index a6dcaec..37af48e 100644 --- a/dockerfiles/edx-platform.Dockerfile +++ b/dockerfiles/edx-platform.Dockerfile @@ -1,5 +1,3 @@ -# syntax=docker/dockerfile:1 - # Source version args are declared before the first build stage and then # re-declared just before their point-of-use in each stage that needs them (if # it doesn't already inherit them from another stage). This is to optimize