Dockerfile: Use pre 3.0 release for now

Upgrading to 3.0 requires change to the build process.
This commit is contained in:
Tomas Babej 2025-06-12 20:15:29 -04:00
parent f4868e7b4a
commit 613d038ca3

View file

@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.14 ARG ALPINE_VERSION=3.14
ARG PYTHON_VERSION=3.10 ARG PYTHON_VERSION=3.10
ARG TASK_VERSION=stable ARG TASK_VERSION=v2.6.2
ARG VIM_VERSION=v8.2.5172 ARG VIM_VERSION=v8.2.5172
ARG VIMWIKI_VERSION=master ARG VIMWIKI_VERSION=master