Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
feat: upgrade to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadims Filipovskis committed Oct 26, 2022
1 parent 5b6740a commit 7c26f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11-alpine

RUN apk add --no-cache --virtual .pynacl_deps build-base python3-dev libffi-dev

Expand All @@ -9,4 +9,4 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD [ "python", "./notifier_bot.py" ]
CMD ["python", "./notifier_bot.py"]

0 comments on commit 7c26f8f

Please sign in to comment.