From 0294ffb3a8af8c8f074e239fbbc123d3b87aa22f Mon Sep 17 00:00:00 2001 From: Julian Popescu Date: Tue, 13 Jan 2026 04:49:47 +0100 Subject: [PATCH] chore: update marimo version --- docker/Dockerfile.kubimo | 2 +- template/src/dataset_marimo.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.kubimo b/docker/Dockerfile.kubimo index e6f4e90..302d2b1 100644 --- a/docker/Dockerfile.kubimo +++ b/docker/Dockerfile.kubimo @@ -1,4 +1,4 @@ -FROM ghcr.io/aqora-io/kubimo-marimo:main AS build +FROM ghcr.io/aqora-io/kubimo-marimo:0.1.8 AS build USER 0 RUN curl https://sh.rustup.rs -sSf | bash -s -- -y --no-update-default-toolchain diff --git a/template/src/dataset_marimo.rs b/template/src/dataset_marimo.rs index 9f8d522..2f66cc7 100644 --- a/template/src/dataset_marimo.rs +++ b/template/src/dataset_marimo.rs @@ -8,7 +8,7 @@ use crate::registry::REGISTRY; use crate::utils::{assert_semver, assert_slug, assert_username, OptionExt}; const DEFAULT_PYTHON_VERSION: &str = "3.10"; -const DEFAULT_MARIMO_VERSION: &str = "0.18.4"; +const DEFAULT_MARIMO_VERSION: &str = "0.19.2"; const DEFAULT_CLI_VERSION_STR: &str = env!("CARGO_PKG_VERSION"); #[derive(Builder, Serialize, Debug)]