Skip to content

Commit

Permalink
feat(release): 0.1.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zcabter committed Feb 3, 2025
1 parent 78f1197 commit fd8c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jstz_cli/src/sandbox/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub use consts::*;
use container::*;

const SANDBOX_CONTAINER_NAME: &str = "jstz-sandbox";
const SANDBOX_IMAGE: &str = "ghcr.io/jstz-dev/jstz/jstzd:0.1.0";
const SANDBOX_IMAGE: &str = "ghcr.io/jstz-dev/jstz/jstzd:0.1.1-alpha.0";

#[derive(Debug, Subcommand)]
pub enum Command {
Expand Down

0 comments on commit fd8c48a

Please sign in to comment.