Skip to content

Commit 6ce99cc

Browse files
committed
chore: Bump Obelisk version
1 parent 34c482e commit 6ce99cc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/json-machine-create-serve.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cat <<EOF
44
{
5-
"image": "getobelisk/obelisk:0.25.1-ubuntu",
5+
"image": "getobelisk/obelisk:0.25.3-ubuntu",
66
"init": {
77
"swap-size-mb": 256,
88
"cmd": ["server", "run", "--config", "/volume/obelisk.toml"]

scripts/json-machine-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cat <<EOF
44
{
5-
"image": "getobelisk/obelisk:0.25.1-ubuntu",
5+
"image": "getobelisk/obelisk:0.25.3-ubuntu",
66
"init": {
77
"swap-size-mb": 256,
88
"entrypoint":["/usr/bin/sleep"],

workflow/deployer-workflow/impl-flyio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const VOLUME_NAME: &str = "db";
4040
const VM_NAME_TEMP: &str = "temp";
4141
const VM_NAME_FINAL: &str = "obelisk";
4242
const VOLUME_MOUNT_PATH: &str = "/volume";
43-
const IMAGE: &str = "getobelisk/obelisk:0.25.1-ubuntu";
43+
const IMAGE: &str = "getobelisk/obelisk:0.25.3-ubuntu";
4444
const OBELISK_TOML_PATH: &str = formatcp!("{VOLUME_MOUNT_PATH}/obelisk.toml");
4545
const OBELISK_BIN_PATH: &str = "/obelisk/obelisk";
4646
const REGION: Region = Region::Ams;

0 commit comments

Comments
 (0)