Skip to content

Commit

Permalink
Merge pull request #215 from multiflexi/publishers-update
Browse files Browse the repository at this point in the history
publishers Python libraries and Alpine image update
  • Loading branch information
Progress1 authored Mar 7, 2024
2 parents fb5f626 + f28ec61 commit 0c90fc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.publishers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine3.18 AS build_shared
FROM python:3.12-alpine3.19 AS build_shared

WORKDIR /build_shared/

Expand All @@ -8,7 +8,7 @@ RUN python -m build



FROM python:3.12-alpine3.18 AS production
FROM python:3.12-alpine3.19 AS production

WORKDIR /app/

Expand Down
16 changes: 8 additions & 8 deletions src/publishers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
envelope==2.0.2
Flask==3.0.0
envelope==2.0.3
Flask==3.0.2
Flask-Cors==4.0.0
Flask-RESTful==0.3.10
gevent==23.9.1
gevent==24.2.1
gunicorn==21.2.0
marshmallow==3.20.1
marshmallow==3.21.0
marshmallow-enum==1.5.1
oauth2client==4.1.3
paramiko==3.3.1
python-dotenv==1.0.0
paramiko==3.4.0
python-dotenv==1.0.1
requests==2.31.0
tweepy==4.14.0
urllib3==2.0.6
pymisp==2.4.128
urllib3==2.2.1
pymisp==2.4.186

0 comments on commit 0c90fc9

Please sign in to comment.