Skip to content

Commit

Permalink
Alpine 3.13.2, go-carbon 0.15.6, Django 2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh authored Feb 22, 2021
1 parent 9bf83ff commit 6ecbb2e
Showing 1 changed file with 3 additions and 3 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.12.3
ARG BASEIMAGE=alpine:3.13.2
FROM $BASEIMAGE as base
LABEL maintainer="Denys Zhdanov <[email protected]>"

Expand Down Expand Up @@ -62,7 +62,7 @@ RUN true \
&& . /opt/graphite/bin/activate \
&& pip install \
cairocffi==1.1.0 \
django==2.2.17 \
django==2.2.19 \
django-statsd-mozilla \
fadvise \
gunicorn==20.0.4 \
Expand Down Expand Up @@ -115,7 +115,7 @@ RUN git clone "${statsd_repo}" \

# build go-carbon (experimental)
# https://github.com/go-graphite/go-carbon/pull/340
ARG gocarbon_version=0.15.5
ARG gocarbon_version=0.15.6
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
RUN git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
&& cd /usr/local/src/go-carbon \
Expand Down

0 comments on commit 6ecbb2e

Please sign in to comment.