Skip to content

Commit c18f72d

Browse files
committed
Graphite 1.1.4, Django 1.11.15, phusion baseimage 0.10.2
1 parent f0a22ba commit c18f72d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:0.10.1
1+
FROM phusion/baseimage:0.10.2
22
MAINTAINER Denys Zhdanov <denis.zhdanov@gmail.com>
33

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

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

39-
ARG version=1.1.3
39+
ARG version=1.1.4
4040
ARG whisper_version=${version}
4141
ARG carbon_version=${version}
4242
ARG graphite_version=${version}

0 commit comments

Comments
 (0)