Skip to content

Commit 43eee98

Browse files
Update Dockerfile
1 parent f6acdbe commit 43eee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-alpine3.18
1+
FROM python:3.11-alpine3.18
22
COPY requirements.txt ./
33
RUN pip3 install --no-cache-dir -r requirements.txt
44
COPY docs /docs

0 commit comments

Comments
 (0)