MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
136 stars 23 forks source link

Dockerfile of version 1.16.0 contains reference to 1.15.0 #32

Closed JEllgring closed 2 years ago

JEllgring commented 2 years ago

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 2 years ago

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