Skip to content

Commit

Permalink
fix: fixes problem with python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Nov 6, 2023
1 parent 47d819d commit 0f7740f
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
FROM python:3.11
ARG USERNAME=app
ARG USER_UID=1000
ARG USER_GID=$USER_UID
Expand Down

0 comments on commit 0f7740f

Please sign in to comment.