Merge pull request #1729 from SkynetLabs/update-nginx-distro
upgrade nginx linux distro from ubuntu 18 LTS to 20 LTS
This commit is contained in:
commit
c481a76748
|
@ -1,4 +1,4 @@
|
||||||
FROM openresty/openresty:1.19.9.1-bionic
|
FROM openresty/openresty:1.19.9.1-focal
|
||||||
|
|
||||||
RUN luarocks install lua-resty-http && \
|
RUN luarocks install lua-resty-http && \
|
||||||
luarocks install hasher && \
|
luarocks install hasher && \
|
||||||
|
|
Reference in New Issue