Skip to content

Commit 6d31ec7

Browse files
authored
Merge pull request #16 from Telefonica/tsotnikov/pin-py311
Pin image base to python3.11
2 parents 3fa06ac + c87fc1a commit 6d31ec7

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
1+
FROM python:3.11
22

33
WORKDIR /app
44
ENTRYPOINT ["/app/entrypoint.py"]

0 commit comments

Comments
 (0)