Skip to content

Commit

Permalink
Dockerfile: loose the bind-tool version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CaraWang committed Sep 23, 2022
1 parent 48f0fcb commit e7f6d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV HOME=${BSC_HOME}
ENV DATA_DIR=/data

ENV PACKAGES ca-certificates~=20220614 jq~=1.6 \
bash~=5.1.16-r2 bind-tools~=9.16.29-r0 tini~=0.19.0 \
bash~=5.1.16-r2 bind-tools~=9.16 tini~=0.19.0 \
grep~=3.7 curl==7.83.1-r3 sed~=4.8-r0

RUN apk add --no-cache $PACKAGES \
Expand Down

0 comments on commit e7f6d49

Please sign in to comment.