We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6727e commit 1dcbd29Copy full SHA for 1dcbd29
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source="https://github.com/wbstack/quickstatement
12
RUN apt-get update && \
13
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
14
libasprintf0v5=0.23.1-2 \
15
- jq=1.7.1-6 \
+ jq=1.7.1-6+deb13u1 \
16
libicu-dev=76.1-4 \
17
icu-devtools=76.1-4 && \
18
rm -rf /var/lib/apt/lists/* && \
0 commit comments