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