From 7ef1186ef73e2821a56faa1386d69f33f56aad26 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Tue, 1 Jul 2025 15:46:50 +0530 Subject: [PATCH] update for docker build lightpush example --- Dockerfile.lightpushWithMix.compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lightpushWithMix.compile b/Dockerfile.lightpushWithMix.compile index 798be2e06..e39b88d91 100644 --- a/Dockerfile.lightpushWithMix.compile +++ b/Dockerfile.lightpushWithMix.compile @@ -1,5 +1,5 @@ # BUILD NIM APP ---------------------------------------------------------------- -FROM rust:1.77.1-alpine3.18 AS nim-build +FROM rust:1.81.0-alpine3.19 AS nim-build ARG NIMFLAGS ARG MAKE_TARGET=lightpushwithmix