Skip to content

Commit

Permalink
Graphite 1.1.4, Django 1.11.15, phusion baseimage 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Sep 5, 2018
1 parent f0a22ba commit c18f72d
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 @@
FROM phusion/baseimage:0.10.1
FROM phusion/baseimage:0.10.2
MAINTAINER Denys Zhdanov <[email protected]>

RUN apt-get -y update \
Expand Down Expand Up @@ -34,9 +34,9 @@ RUN if [ ! -z "${CONTAINER_TIMEZONE}" ]; \

# fix python dependencies (LTS Django)
RUN python -m pip install --upgrade pip && \
pip install django==1.11.12
pip install django==1.11.15

ARG version=1.1.3
ARG version=1.1.4
ARG whisper_version=${version}
ARG carbon_version=${version}
ARG graphite_version=${version}
Expand Down

0 comments on commit c18f72d

Please sign in to comment.