We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d60cdd commit 3f1fa05Copy full SHA for 3f1fa05
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.11.3 as base
+FROM alpine:3.11.5 as base
2
LABEL maintainer="Denys Zhdanov <denis.zhdanov@gmail.com>"
3
4
RUN true \
@@ -50,7 +50,7 @@ RUN true \
50
&& virtualenv /opt/graphite \
51
&& . /opt/graphite/bin/activate \
52
&& pip3 install \
53
- django==2.2.11 \
+ django==2.2.12 \
54
django-statsd-mozilla \
55
fadvise \
56
gunicorn==20.0.4 \
0 commit comments