diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 04b79c9ad..d997a61c8 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.21.4.2-1-alpine +FROM openresty/openresty:1.21.4.3-1-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"