forked from vikunja/vikunja
Revert "Update alpine Docker tag to v3.14 (#889)"
This reverts commit 81d469f6 See https://gitlab.alpinelinux.org/alpine/aports/-/issues/12764
This commit is contained in:
parent
52f6b10a65
commit
63340b32f8
@ -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.14
|
||||
FROM alpine:3.12
|
||||
LABEL maintainer="maintainers@vikunja.io"
|
||||
|
||||
WORKDIR /app/vikunja/
|
||||
|
Loading…
x
Reference in New Issue
Block a user