Skip to content

Commit 4b9eb5b

Browse files
Merge pull request #186 from codacy/upgrade-python-version-3.11
TS-467 Update Dockerfile Python 3.11
2 parents f6acdbe + 43eee98 commit 4b9eb5b

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)