aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 11:50:13 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 12:46:55 +0200
commit3508508cf3d0cc2d04b4001fc770ed7db43b0dcb (patch)
treead20979e87c827fa1583a5b3f1b754c936fd8a68
parentremove journald from docker-compose.yml (diff)
downloadcgitize-3508508cf3d0cc2d04b4001fc770ed7db43b0dcb.tar.gz
cgitize-3508508cf3d0cc2d04b4001fc770ed7db43b0dcb.zip
frontend: upgrade cmake-gfm
-rw-r--r--docker/frontend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile
index 833b3b3..1357f93 100644
--- a/docker/frontend/Dockerfile
+++ b/docker/frontend/Dockerfile
@@ -3,7 +3,7 @@ FROM nginx:1.24-alpine AS base
FROM base AS builder
# Install cmark-gfm:
-ARG CMARK_GFM_VERSION=0.29.0.gfm.11
+ARG CMARK_GFM_VERSION=0.29.0.gfm.13
ADD ["https://github.com/github/cmark-gfm/archive/refs/tags/$CMARK_GFM_VERSION.zip", "/"]
RUN apk add -q --no-cache cmake g++ make python3 && \