diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 250868047..09a146a3f 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.1-4-alpine +FROM openresty/openresty:1.25.3.1-5-alpine LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"