From 191942fcd1e0e9db4b5efec5abeca109548226b0 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 Apr 2020 06:40:42 +0000 Subject: [PATCH] Update alpine Docker tag to v3.11 (#160) Update alpine Docker tag to v3.11 Add github token for renovate (#164) Add github token for renovate Add github token for renovate Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/164 Update Renovate Configuration (#161) Add labels to renovate Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/api/pulls/161 Co-authored-by: konrad Reviewed-on: https://kolaente.dev/vikunja/api/pulls/160 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35735548528..1183a24529b 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.9 +FROM alpine:3.11 LABEL maintainer="maintainers@vikunja.io" WORKDIR /app/vikunja/