From f3e3661282548053d132dbdb00f000ea0f89729a Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Mon, 2 Feb 2026 17:20:35 -0700 Subject: [PATCH] Update captain-definition to Schema Version 2 with inline Dockerfile instructions --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index 2fff482..ae0f2a7 100644 --- a/captain-definition +++ b/captain-definition @@ -1,5 +1,5 @@ { - "schemaVersion": 1, + "schemaVersion": 2, "dockerfileLines": [ "FROM nginx:alpine", "COPY . /usr/share/nginx/html"