diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 806f18ad6..7e58f7597 100644 --- a/images/nginx/Dockerfile +++ b/images/nginx/Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM openresty/openresty:1.25.3.2-2-alpine +FROM openresty/openresty:1.27.1.1-0-alpine ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION