Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.kubimo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion template/src/dataset_marimo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
Loading