# HG changeset patch # User Matthew Wild # Date 1637770668 0 # Node ID 0f9aea96d446c95a4ae04601e53a47dd5b8138ec # Parent 135bea9abaf2129d9e20bde561934408bd8f37b3 Bump lua-unbound from 0.5 to 1.0.0 diff -r 135bea9abaf2 -r 0f9aea96d446 Dockerfile --- a/Dockerfile Mon Nov 22 12:19:54 2021 +0000 +++ b/Dockerfile Wed Nov 24 16:17:48 2021 +0000 @@ -23,10 +23,10 @@ ADD src/web/ util/ -ADD https://code.zash.se/dl/luaunbound/luaunbound-0.5.tar.gz ./luaunbound-0.5.tar.gz +ADD https://code.zash.se/dl/luaunbound/luaunbound-1.0.0.tar.gz ./luaunbound-1.0.0.tar.gz -RUN tar -xzf luaunbound-0.5.tar.gz \ - && make -C luaunbound-0.5 +RUN tar -xzf luaunbound-1.0.0.tar.gz \ + && make -C luaunbound-1.0.0 ############################ FROM debian:bullseye-slim @@ -48,7 +48,7 @@ COPY --from=build /tmp/build/util /usr/local/lib/lua-web-app/util COPY --from=build /tmp/build/net /usr/local/lib/lua-web-app/net -COPY --from=build /tmp/build/luaunbound-0.5/lunbound.so /usr/local/lib/lua/5.2/lunbound.so +COPY --from=build /tmp/build/luaunbound-1.0.0/lunbound.so /usr/local/lib/lua/5.2/lunbound.so ENV LUA_WEB_APP_FRAMEWORK /usr/local/lib/lua-web-app