From 78236abe83b96e330a19e06e7b2df41f9cbb7440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Sat, 17 Jun 2023 09:21:10 -0400 Subject: [PATCH] Check Aqua Security --- src/bw/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bw/Dockerfile b/src/bw/Dockerfile index a762b9f64..21f6675d4 100644 --- a/src/bw/Dockerfile +++ b/src/bw/Dockerfile @@ -70,7 +70,7 @@ RUN apk add --no-cache pcre bash python3 && \ ln -s /proc/1/fd/1 /var/log/nginx/access.log # Fix CVEs -RUN apk add "libcrypto3>=3.0.8-r4" "libssl3>=3.0.8-r4" "curl>=8.1.0-r0" "libcurl>=8.1.0-r0" "libwebp>=1.2.4-r2" "ncurses-libs>=6.3_p20221119-r1" "ncurses-terminfo-base>=6.3_p20221119-r1" "libx11>=1.8.4-r1" +RUN apk add "libx11>=1.8.4-r1" VOLUME /data /etc/nginx