From 1d021bfd89e9b7f37895e2a59fd97dc2a4689af1 Mon Sep 17 00:00:00 2001 From: jmvizcainoio <44993815+jmvizcainoio@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:26:55 +0100 Subject: [PATCH] Update nginx to 1.27.2 (#2974) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a606e82a..04f5d9692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN find . -type f "(" \ | xargs -0 -n 1 gzip -kf # Production Nginx image -FROM docker.io/nginxinc/nginx-unprivileged:1.23.3-alpine@sha256:c748ba587e7436aaa8729b64d4e0412410a486f0c592f0eec100fb3804ff9afd +FROM docker.io/nginxinc/nginx-unprivileged:1.27.2-alpine LABEL org.opencontainers.image.title="OHDSI-Atlas" LABEL org.opencontainers.image.authors="Joris Borgdorff , Lee Evans - www.ltscomputingllc.com, Shaun Turner"