Skip to content

Commit 7025581

Browse files
committed
use dev magnustools
1 parent 30c6090 commit 7025581

3 files changed

Lines changed: 132 additions & 99 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ LABEL org.opencontainers.image.source="https://github.com/wbstack/quickstatement
1111

1212
RUN apt-get update && \
1313
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
14-
libasprintf0v5=0.21-12 \
15-
jq=1.6-2.1 \
16-
libicu-dev=72.1-3 \
17-
icu-devtools=72.1-3 && \
14+
libasprintf0v5=0.23.1-2 \
15+
jq=1.7.1-6+deb13u1 \
16+
libicu-dev=76.1-4 \
17+
icu-devtools=76.1-4 && \
1818
rm -rf /var/lib/apt/lists/* && \
1919
docker-php-ext-configure intl && \
2020
docker-php-ext-install intl && \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"addwiki/mediawiki-api": "~2.0",
12-
"wbstack/magnustools": "dev-main#e3ddd872410e3d25cec63c5d646ba8cdd9a813ae"
12+
"wbstack/magnustools": "dev-de/backend-api-query#96464e6b94a8ac3bbf9cb9c2b254a0a02ad00ec6"
1313
},
1414
"scripts": {
1515
"post-install-cmd": [

0 commit comments

Comments
 (0)