From d6b08070f7fed1c9af1543e3929f7f23293eda73 Mon Sep 17 00:00:00 2001 From: Naoki Kanatani Date: Fri, 28 Jun 2024 15:58:32 +0900 Subject: [PATCH] Update base image's version to latest --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29e5aef..dfb733b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.5 +FROM alpine:3.20 RUN apk --update add ca-certificates atop @@ -6,4 +6,4 @@ ADD build/promviz /bin EXPOSE 9091 -ENTRYPOINT ["/bin/promviz"] \ No newline at end of file +ENTRYPOINT ["/bin/promviz"]