aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'docker/frontend')
-rw-r--r--docker/frontend/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile
index 6d3d390..833b3b3 100644
--- a/docker/frontend/Dockerfile
+++ b/docker/frontend/Dockerfile
@@ -1,9 +1,9 @@
-FROM nginx:1.23-alpine AS base
+FROM nginx:1.24-alpine AS base
FROM base AS builder
# Install cmark-gfm:
-ARG CMARK_GFM_VERSION=0.29.0.gfm.9
+ARG CMARK_GFM_VERSION=0.29.0.gfm.11
ADD ["https://github.com/github/cmark-gfm/archive/refs/tags/$CMARK_GFM_VERSION.zip", "/"]
RUN apk add -q --no-cache cmake g++ make python3 && \