Fix warning on dockerfile syntax (#2513)

This commit is contained in:
Asher Foa 2025-05-29 12:53:15 -04:00 committed by GitHub
parent 8a95e72219
commit 96b3cc3fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM python:3.11 as requirements-stage
FROM python:3.11 AS requirements-stage
WORKDIR /tmp
RUN pip install poetry