From 8d195c63485c96065b6a82b6aa0593267aab18b0 Mon Sep 17 00:00:00 2001 From: Bitsongithub <98199760+Bitsongithub@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:40:54 +0200 Subject: [PATCH] Update to alpine:latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 663860d..3005e26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:latest LABEL com.github.pottava.application="docker-webui" \ com.github.pottava.description="A web user-interface for docker." \