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.
This commit is contained in:
Alexey Nizhegolenko 2022-07-17 23:53:25 +03:00 committed by GitHub
parent 1ba0e2abcf
commit 62ae4451e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine FROM alpine:3.9
LABEL maintainer "Alexey Nizhegolenko <ratibor78@gmail.com>" LABEL maintainer "Alexey Nizhegolenko <ratibor78@gmail.com>"
LABEL description "Geostat application" LABEL description "Geostat application"