upgrade nginx linux distro from ubuntu 18 LTS to 20 LTS

This commit is contained in:
Karol Wypchlo 2022-02-16 14:40:29 +01:00
parent 8f90385f3f
commit 26a0451d32
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \