Skip to content

Commit

Permalink
Merge pull request #180 from deniszh/DZ-prep-1.1.8-2
Browse files Browse the repository at this point in the history
Alpine 3.14.2, Django 2.2.24, gunicorn 20.1.0
  • Loading branch information
deniszh authored Oct 7, 2021
2 parents 080a61e + 2f8cbaa commit 2c089d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASEIMAGE=alpine:3.13.5
ARG BASEIMAGE=alpine:3.14.2
FROM $BASEIMAGE as base
LABEL maintainer="Denys Zhdanov <[email protected]>"

Expand Down Expand Up @@ -65,10 +65,10 @@ RUN true \
&& . /opt/graphite/bin/activate \
&& pip install \
cairocffi==1.1.0 \
django==2.2.20 \
django==2.2.24 \
django-statsd-mozilla \
fadvise \
gunicorn==20.0.4 \
gunicorn==20.1.0 \
eventlet>=0.24.1 \
gevent>=1.4 \
msgpack==0.6.2 \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
VERSION=1.1.8-1
VERSION=1.1.8-2
docker build . --build-arg python_binary=python3 --no-cache --tag graphiteapp/graphite-statsd:$VERSION
2 changes: 1 addition & 1 deletion build_pypy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=1.1.8-1
VERSION=1.1.8-2
IMAGE=jamiehewland/alpine-pypy:3.6-7.3-alpine3.11
docker build . \
--build-arg BASEIMAGE=${IMAGE} --build-arg python_binary=/usr/local/bin/pypy3 \
Expand Down

0 comments on commit 2c089d1

Please sign in to comment.