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 <k@knt.li>
Reviewed-on: vikunja/api#164

Update Renovate Configuration (#161)

Add labels to renovate

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#161

Co-authored-by: konrad <konrad@kola-entertainments.de>
Reviewed-on: vikunja/api#160
This commit is contained in:
renovate 2020-04-06 06:40:42 +00:00 committed by konrad
parent d5c8f2541d
commit 191942fcd1
1 changed files with 1 additions and 1 deletions

View File

@ -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/