From 96b3cc3fe8336d0617778232bf1e9b4ac83922f5 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Thu, 29 May 2025 12:53:15 -0400 Subject: [PATCH] Fix warning on dockerfile syntax (#2513) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55d7c8ff..fa09ba1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 as requirements-stage +FROM python:3.11 AS requirements-stage WORKDIR /tmp RUN pip install poetry