Skip to content

Commit 3f1fa05

Browse files
committed
Alpine 3.11.5, Django 2.2.12
1 parent 3d60cdd commit 3f1fa05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.11.3 as base
1+
FROM alpine:3.11.5 as base
22
LABEL maintainer="Denys Zhdanov <denis.zhdanov@gmail.com>"
33

44
RUN true \
@@ -50,7 +50,7 @@ RUN true \
5050
&& virtualenv /opt/graphite \
5151
&& . /opt/graphite/bin/activate \
5252
&& pip3 install \
53-
django==2.2.11 \
53+
django==2.2.12 \
5454
django-statsd-mozilla \
5555
fadvise \
5656
gunicorn==20.0.4 \

0 commit comments

Comments
 (0)