From 6a405dce3cbf8dcf40d10321c3d70c967663c723 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 20 Jan 2024 12:05:18 +0100 Subject: [PATCH] chore(): Unpin markdown version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6b66ca..ea985b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN apt-get update && \ apt-get install -y emacs git && \ apt-get autoclean && \ pip install 'Nikola[extras]' && \ - pip install 'markdown==3.3' && \ + pip install 'markdown' && \ mkdir -p ~/.emacs.d/.local/straight/build && \ git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize