ci: specify bind-tools version (#1126)

This commit is contained in:
Kai 2022-10-31 15:04:13 +08:00 committed by GitHub
parent 678c133dec
commit 72f6acc49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ ENV HOME=${BSC_HOME}
ENV DATA_DIR=/data
ENV PACKAGES ca-certificates~=20220614 jq~=1.6 \
bash~=5.1.16-r2 bind-tools tini~=0.19.0 \
bash~=5.1.16-r2 bind-tools~=9.16.33 tini~=0.19.0 \
grep~=3.7 curl~=7.83.1-r2 sed~=4.8-r0 curl~=7.83
RUN apk add --no-cache $PACKAGES \