Skip to content

Commit 6d6e264

Browse files
chore(deps): update dependency mathjax to v4 (main) (#11)
* chore(deps): update dependency mathjax to v4 | datasource | package | from | to | | --------------- | --------------- | ----- | ----- | | github-releases | mathjax/MathJax | 2.7.9 | 4.0.0 | * test: fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
1 parent 5bc90b4 commit 6d6e264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.20.0@sha256:26147acbda4f14c5add9946e2fd2ed543fc402884fd75146bd342a7f6271dc1d
22

33
# renovate: datasource=github-releases depName=mathjax packageName=mathjax/MathJax
4-
ARG MATHJAX_VERSION=2.7.9
4+
ARG MATHJAX_VERSION=4.0.0
55

66
FROM ghcr.io/visualon/nginx:1.28.0@sha256:9a35d53a8f3cac5a3ee13663623bffead49e359f2e97b455d9d66af94361386f
77

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sut:
33
image: "${IMAGE-ghcr.io/visualon/mathjax}"
4-
command: sh -c 'set -ex; test -f /app/MathJax.js; (nginx&); sleep 3; curl -sv http://localhost:8080/MathJax.js'
4+
command: sh -c 'set -ex; test -f /app/tex-chtml.js; (nginx&); sleep 3; curl -sv http://localhost:8080/tex-chtml.js'
55

66

0 commit comments

Comments
 (0)