From 62ae4451e2f1ca9bbe0b77f0032962647d2f6068 Mon Sep 17 00:00:00 2001 From: Alexey Nizhegolenko Date: Sun, 17 Jul 2022 23:53:25 +0300 Subject: [PATCH] Downgraded version of Alpine I downgraded version of Alpine Linux version due to the problem with the new Python 3.10 and some libs in my program. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f0cbc5..8bfcf97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:3.9 LABEL maintainer "Alexey Nizhegolenko " LABEL description "Geostat application"