upgrade nginx linux distro from ubuntu 18 LTS to 20 LTS
This commit is contained in:
parent
8f90385f3f
commit
26a0451d32
|
@ -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 && \
|
||||
luarocks install hasher && \
|
||||
|
|
Reference in New Issue