Skip to content

Commit 746d082

Browse files
committed
chore: bump versions
1 parent aa9fce6 commit 746d082

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base image
2-
FROM python:3.9.1-alpine
2+
FROM python:3.10-alpine
33

44
# set working directory
55
RUN mkdir -p /usr/src/app

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Flask==1.1.2
1+
Flask==2.0.2
22
Flask-Bootstrap==3.3.7.1
33
Flask-Testing==0.8.1
4-
Flask-WTF==0.14.3
4+
Flask-WTF==1.0.0
5+
redis==4.1.1
6+
rq==1.10.1

0 commit comments

Comments
 (0)