Dockerfile of version 1.16.0 contains reference to 1.15.0
JEllgring opened this issue · 1 comments
JEllgring commented
Line 66 of the Dockerfile of version 1.16.0 reads cd unbound-1.15.0 && \
. Build fails because of this.
Should be cd unbound-1.16.0 && \
instead.
MatthewVance commented
Thanks. I'm not sure how I missed that.