From 26a0451d325cda756836533d5c05213a6fa8f9a7 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 16 Feb 2022 14:40:29 +0100 Subject: [PATCH] upgrade nginx linux distro from ubuntu 18 LTS to 20 LTS --- docker/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 43c4b7f9..c8ef7baf 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -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 && \