We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2b391 commit 3481d53Copy full SHA for 3481d53
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## Fixed
11
+
12
+- Fix Mathjax equations not displayed properly (#283)
13
14
## [2.1.2] - 2024-05-13
15
16
## Fixed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM redis:6.2.4-buster AS redis
2
3
-FROM python:3.8-slim-buster
+FROM python:3.8-buster
4
5
RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
6
COPY --from=redis /usr/local/bin/redis-server /usr/local/bin/redis-server
0 commit comments