MatthewVance/unbound-docker-rpi

Dockerfile of version 1.16.0 contains reference to 1.15.0

JEllgring opened this issue · 1 comments

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.

Thanks. I'm not sure how I missed that.