chore(deps): update alpine docker tag to v3.17
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
renovate 2023-01-31 17:00:56 +00:00
parent ef8e97f95e
commit b9a31335d5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN mage build:clean && \
# 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.16 AS runner
FROM alpine:3.17 AS runner
LABEL maintainer="maintainers@vikunja.io"
WORKDIR /app/vikunja
ENTRYPOINT [ "/sbin/tini", "-g", "--", "/entrypoint.sh" ]