fix: update base image
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM python:3.11
|
||||
|
||||
COPY src /app
|
||||
COPY requirements.txt /app/
|
||||
|
||||
COPY lib/* /lib/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user