Skip to content

Commit

Permalink
Update Dockerfile for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
discdiver authored Oct 11, 2024
1 parent 72b4eb4 commit 5b343ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM --platform=linux/amd64 prefecthq/prefect:2.16.2-python3.11
FROM --platform=linux/amd64 prefecthq/prefect:3.0.8-python3.12
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt

0 comments on commit 5b343ee

Please sign in to comment.