From 8dc8bccf3fc7c8c66fe421d9faf95e3dcee9d98c Mon Sep 17 00:00:00 2001 From: Mithrand Date: Sun, 21 Jun 2020 12:14:52 +0200 Subject: [PATCH] updated alpine version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 988046b..6a6447d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/alpine:3.11 +FROM amd64/alpine:latest ARG BUILD_DATE ARG VCS_REF LABEL org.label-schema.build-date=$BUILD_DATE \ @@ -26,4 +26,4 @@ ADD html/ /opt/docker-stats/html/ ADD supervisord.conf /etc/supervisord.conf EXPOSE 8080 -CMD ["/usr/bin/supervisord"] \ No newline at end of file +CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"] \ No newline at end of file