From a1991536491c9ab6f5e01a379a08f54cb3de2360 Mon Sep 17 00:00:00 2001 From: Frank Adaemmer Date: Tue, 29 Nov 2022 21:48:37 +0100 Subject: [PATCH] add image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0acf16b..0635cff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:latest RUN apk add --no-cache curl bash python3 py3-pip \ && pip3 install 'radicale<3' passlib