Skip to content

Commit 4ad3cf5

Browse files
committed
update requirements
1 parent 9961852 commit 4ad3cf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Using official python runtime base image
2-
FROM python:3.9.4-slim
2+
FROM python:3.9.5-slim
33

44
# Set the application directory
55
WORKDIR /app

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.1.2
1+
Flask==2.0.0
22
redis==3.5.3
33
gunicorn==20.1.0

0 commit comments

Comments
 (0)