chore(deps): update alpine docker tag to v3.19
continuous-integration/drone/push Build is failing Details

This commit is contained in:
renovate 2023-12-19 15:03:45 +00:00 committed by konrad
parent 9a245d141b
commit 66cc0283e8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN export PATH=$PATH:$GOPATH/bin && \
# 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.18 AS runner
FROM alpine:3.19 AS runner
LABEL maintainer="maintainers@vikunja.io"
WORKDIR /app/vikunja
ENTRYPOINT [ "/sbin/tini", "-g", "--", "/entrypoint.sh" ]