Skip to content

Commit 8aba965

Browse files
author
ahadith
committed
Updating requirements and base
1 parent 818a0cb commit 8aba965

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM python:3.10-slim
22

33
ENV PYTHONUNBUFFERED 1
44

Dockerfile-prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM python:3.10-slim
22

33
ENV PYTHONUNBUFFERED 1
44

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ black==24.3.0
55
cfgv==3.1.0
66
click==8.1.7
77
colorama==0.4.3
8-
distlib==0.3.1
8+
distlib==0.3.9
99
filelock==3.20.3
1010
flake8==3.8.3
1111
Flask==2.2.5
@@ -31,7 +31,6 @@ regex==2023.12.25
3131
six==1.15.0
3232
SQLAlchemy==1.3.17
3333
toml==0.10.1
34-
typed-ast==1.4.1
3534
virtualenv==20.36.1
3635
Werkzeug==3.1.5
3736
wrapt==1.12.1

0 commit comments

Comments
 (0)