Skip to content

Commit

Permalink
Fixing Dockerfile python version
Browse files Browse the repository at this point in the history
  • Loading branch information
maurosoria authored Dec 3, 2023
1 parent b44209f commit 2313d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11.6-alpine
LABEL maintainer="[email protected]"

WORKDIR /root/
Expand Down

0 comments on commit 2313d67

Please sign in to comment.