We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a22ba commit c18f72dCopy full SHA for c18f72d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM phusion/baseimage:0.10.1
+FROM phusion/baseimage:0.10.2
2
MAINTAINER Denys Zhdanov <denis.zhdanov@gmail.com>
3
4
RUN apt-get -y update \
@@ -34,9 +34,9 @@ RUN if [ ! -z "${CONTAINER_TIMEZONE}" ]; \
34
35
# fix python dependencies (LTS Django)
36
RUN python -m pip install --upgrade pip && \
37
- pip install django==1.11.12
+ pip install django==1.11.15
38
39
-ARG version=1.1.3
+ARG version=1.1.4
40
ARG whisper_version=${version}
41
ARG carbon_version=${version}
42
ARG graphite_version=${version}
0 commit comments