Update alpine Docker tag to v3.14 (#889)
continuous-integration/drone/push Build is failing Details

Reviewed-on: vikunja/api#889
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2021-06-16 08:06:15 +00:00 committed by konrad
parent 769b5d1c6c
commit 81d469f687
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.12
FROM alpine:3.14
LABEL maintainer="maintainers@vikunja.io"
WORKDIR /app/vikunja/