diff --git a/Dockerfile b/Dockerfile index f1094d3a2..d0a570039 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.16 +FROM alpine:3.17 LABEL maintainer="maintainers@vikunja.io" WORKDIR /app/vikunja/