Skip to content

Commit

Permalink
Merge pull request #186 from deniszh/DZ-1.1.8-3
Browse files Browse the repository at this point in the history
Alpine 3.15, Django 2.2.26, python-ldap build fix
  • Loading branch information
deniszh authored Jan 6, 2022
2 parents a8e4e44 + a5e5433 commit 18159cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASEIMAGE=alpine:3.14.2
ARG BASEIMAGE=alpine:3.15
FROM $BASEIMAGE as base
LABEL maintainer="Denys Zhdanov <[email protected]>"

Expand Down Expand Up @@ -64,9 +64,10 @@ RUN true \
&& pip install virtualenv==16.7.10 \
&& virtualenv -p $python_binary /opt/graphite \
&& . /opt/graphite/bin/activate \
&& echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so \
&& pip install \
cairocffi==1.1.0 \
django==2.2.24 \
django==2.2.26 \
django-statsd-mozilla \
fadvise \
gunicorn==20.1.0 \
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-2
VERSION=1.1.8-3
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-2
VERSION=1.1.8-3
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 18159cb

Please sign in to comment.