Skip to content

Commit 5d6727e

Browse files
committed
pin versions
1 parent fb3d391 commit 5d6727e

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 \
15-
jq \
16-
libicu-dev \
17-
icu-devtools && \
14+
libasprintf0v5=0.23.1-2 \
15+
jq=1.7.1-6 \
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)