From b6d5ff8b1ce30009224be6ce59389f723cd57605 Mon Sep 17 00:00:00 2001 From: Matt VerLee Date: Sat, 24 Feb 2024 00:11:35 -0700 Subject: [PATCH] Update Alpine to 3.19 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67fa691..7431bf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +FROM alpine:3.19 ARG BUILD_DATE ARG VCS_REF LABEL org.label-schema.build-date=$BUILD_DATE \ @@ -29,4 +29,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"]