diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 3dec465ba..806f18ad6 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-1-alpine +FROM openresty/openresty:1.25.3.2-2-alpine ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION