We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c6090 commit 3de438bCopy full SHA for 3de438b
1 file changed
Dockerfile
@@ -11,10 +11,10 @@ LABEL org.opencontainers.image.source="https://github.com/wbstack/quickstatement
11
12
RUN apt-get update && \
13
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 && \
+ libasprintf0v5=0.23.1-2 \
+ jq=1.7.1-6+deb13u1 \
+ libicu-dev=76.1-4 \
+ icu-devtools=76.1-4 && \
18
rm -rf /var/lib/apt/lists/* && \
19
docker-php-ext-configure intl && \
20
docker-php-ext-install intl && \
0 commit comments