chore(deps): update dependency alpine to v3.16
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
renovate 2022-08-02 22:00:52 +00:00
parent b6d7323cdf
commit d86513772a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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.16
LABEL maintainer="maintainers@vikunja.io"
WORKDIR /app/vikunja/