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:
Karol Wypchło 2022-02-17 15:21:34 +01:00 committed by GitHub
commit c481a76748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 && \