From 568acea34df61d3a8568dcd193bac3f8536c5864 Mon Sep 17 00:00:00 2001 From: denispustovalov Date: Tue, 29 Jul 2025 13:54:15 +0200 Subject: [PATCH] Update nginx version --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6d396456c2..62062c8037 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# # build stage # node:20.18.2-alpine used as 20-alpine FROM quay.io/mlrun/node:20-alpine as build-stage