aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docker/frontend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile
index 85900fd..6d3d390 100644
--- a/docker/frontend/Dockerfile
+++ b/docker/frontend/Dockerfile
@@ -3,7 +3,7 @@ FROM nginx:1.23-alpine AS base
FROM base AS builder
# Install cmark-gfm:
-ARG CMARK_GFM_VERSION=0.29.0.gfm.6
+ARG CMARK_GFM_VERSION=0.29.0.gfm.9
ADD ["https://github.com/github/cmark-gfm/archive/refs/tags/$CMARK_GFM_VERSION.zip", "/"]
RUN apk add -q --no-cache cmake g++ make python3 && \