From c1ad9d58f552f1132eaf641fb7e27064ef3a7da4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 16 Jan 2021 14:52:38 +0100 Subject: [PATCH] Revert "Update alpine Docker tag to v3.13 (#768)" This reverts commit 32c021e2 The alpine image in version 3.13 has issues, therefore I'm reverting that commit until they are fixed. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaac7ea62e..71d7efb581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN if [ -n "${VIKUNJA_VERSION}" ]; then git checkout "${VIKUNJA_VERSION}"; fi \ # The actual image # Note: I wanted to use the scratch image here, but unfortunatly the go-sqlite bindings require cgo and # because of this, the container would not start when I compiled the image without cgo. -FROM alpine:3.13 +FROM alpine:3.12 LABEL maintainer="maintainers@vikunja.io" WORKDIR /app/vikunja/