Fix warning on dockerfile syntax (#2513)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11 as requirements-stage
|
||||
FROM python:3.11 AS requirements-stage
|
||||
|
||||
WORKDIR /tmp
|
||||
RUN pip install poetry
|
||||
|
||||
Reference in New Issue
Block a user