Skip to content

Commit

Permalink
chore: switch to python 3.11 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Aug 9, 2023
1 parent eedce2b commit 9e9df4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG USER_UID=1000
ARG USER_GID=1000

FROM python:3.9
FROM python:3.11

# install gettext-tools
RUN apt-get update && apt-get -y install gettext
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 9e9df4a

Please sign in to comment.