Skip to content

Commit 434bd4b

Browse files
committed
downgrade to python 3.10 to fix metadata issue
1 parent 30517ce commit 434bd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use Python 3.11 Alpine image as base
2-
FROM python:3.11-alpine
1+
# Use Python 3.10 Alpine image as base
2+
FROM python:3.10-alpine
33

44
# Set working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)