From 81d469f68707d3bd4af6508241518741a140666d Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 16 Jun 2021 08:06:15 +0000 Subject: [PATCH] Update alpine Docker tag to v3.14 (#889) Reviewed-on: https://kolaente.dev/vikunja/api/pulls/889 Co-authored-by: renovate Co-committed-by: renovate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c4b0596a..1b51bda00 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.12 +FROM alpine:3.14 LABEL maintainer="maintainers@vikunja.io" WORKDIR /app/vikunja/