From 665f6b58381a86b1af49c78a31c2eb3bb8946282 Mon Sep 17 00:00:00 2001 From: Alexander Rasputin Date: Tue, 19 Oct 2021 11:15:10 +0200 Subject: [PATCH] fix: this should fix the docker build (#5) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdf65ff..e3bc8c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.14 RUN apk update && \ apk upgrade && \