Update alpine Docker tag to v3.13 #768

Merged
konrad merged 1 commits from renovate/docker-alpine-3.x into master 2021-01-15 06:49:09 +00:00
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.13
LABEL maintainer="maintainers@vikunja.io"
WORKDIR /app/vikunja/