Skip to content

Commit 3de438b

Browse files
authored
fix Dockerfile (#186)
1 parent 30c6090 commit 3de438b

1 file changed

Lines changed: 4 additions & 4 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 && \

0 commit comments

Comments
 (0)