From 00f0f1ec48bf6e773956af8a26c468c4b358d441 Mon Sep 17 00:00:00 2001 From: adilm717 Date: Wed, 20 Jul 2022 22:50:03 +0500 Subject: [PATCH] fix(cmak2zk): update alpine version to alpine3.13 --- cmak2zk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmak2zk/Dockerfile b/cmak2zk/Dockerfile index f440a6b..072956a 100755 --- a/cmak2zk/Dockerfile +++ b/cmak2zk/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine3.12 +FROM python:3.8-alpine3.13 COPY *.py /app/bin/