Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base again #687

Merged
merged 2 commits into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.1
FROM alpine:3.14.2

ENV DOCKERIZE_VERSION v0.6.1
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
Expand All @@ -23,7 +23,7 @@ RUN apk add --no-cache \
mpc1-dev=1.2.1-r0 \
yajl=2.1.0-r1 \
libpq=13.4-r0 \
openssl-dev=1.1.1k-r0 \
openssl-dev=1.1.1l-r0 \
cargo=1.52.1-r1 && \
ln -s /usr/bin/python3 /usr/bin/python && \
apk add --no-cache --virtual .build-deps \
Expand Down
20 changes: 10 additions & 10 deletions base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ anonlink==0.14.2
anonlink-client==0.1.5
bitarray-hardbyte==1.6.2
bitmath==1.3.3.1
celery==5.0.5
celery==5.1.2
clkhash==0.16.1
colorama==0.4.4 # required for structlog
connexion==2.7.0
Flask-Opentracing==1.1.0
Flask==2.0.1
gunicorn==20.0.4
ijson==3.1.1
gunicorn==20.1.0
ijson==3.1.4
iso8601==0.1.16
jaeger-client==4.6.0
marshmallow==3.6.1
jaeger-client==4.6.1
marshmallow==3.13.0
minio==7.1.0
opentracing==2.4.0
opentracing_instrumentation==3.3.1
psycopg2==2.8.6
pytest==6.2.2
pytest-xdist==2.2.1
psycopg2==2.9.1
pytest==6.2.4
pytest-xdist==2.3.0
PyYAML==5.4.1
redis==3.5.3
requests==2.26.0
setproctitle==1.2.2 # used by celery to change process name
structlog==20.1.0
structlog==21.1.0
SQLAlchemy==1.4.23
tenacity==7.0.0
tenacity==8.0.1