From 8d702aaa0028557cec0c7b784d9ef7455302e58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Tue, 21 Sep 2021 18:56:49 +0200 Subject: [PATCH] Alpine v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e7eca4..bfe26fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.9-alpine3.13 LABEL maintainer="jmm@yavook.de" # Previous work: https://github.com/wernight/docker-duplicity