diff --git a/Dockerfile b/Dockerfile index 72cd5e0..d4b103b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apk add --no-cache \ 'findutils=~4.6' \ 'ncurses=~6.1' \ 'g++=~8.3' \ - 'libc6-compat' \ + 'libc6-compat=~1.1' \ && ln -s /lib64/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 # https://github.com/hadolint/hadolint/wiki/DL4006