mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-07-09 16:09:13 +00:00
Fix warning on dockerfile syntax (#2513)
This commit is contained in:
parent
8a95e72219
commit
96b3cc3fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11 as requirements-stage
|
||||
FROM python:3.11 AS requirements-stage
|
||||
|
||||
WORKDIR /tmp
|
||||
RUN pip install poetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue