Skip to content

Commit b4516a3

Browse files
authored
build: update dockerfile python version 3.8 --> 3.11 (#51)
1 parent b324f71 commit b4516a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-alpine
1+
FROM python:3.11-alpine
22

33
COPY requirements.txt /tmp/
44
RUN pip install --requirement /tmp/requirements.txt

0 commit comments

Comments
 (0)