Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.database
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mariadb:10.11.8

COPY src/seedDb.sh /docker-entrypoint-initdb.d/

ARG database="database_2025-02-12_16-49-46-0600(CST).tar.gz"
ARG database="database_2025-04-06_20-02-22-0700(PDT).tar.gz"

RUN apt-get update && apt-get install -y \
curl \
Expand Down
3 changes: 2 additions & 1 deletion config/configDesktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ const tests = [
},
{
label: 'MathML (#vector-2022)',
path: '/wiki/MathTestNative'
path: '/wiki/MathTestNative',
selectors: []
}
];

Expand Down
Loading