1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

bumb localstack version

This commit is contained in:
Robin Appelman 2023-06-12 18:44:05 +02:00
commit 4635e64d33

View file

@ -20,9 +20,9 @@ pub enum ObjectStore {
impl ObjectStore { impl ObjectStore {
fn image(&self) -> &str { fn image(&self) -> &str {
match self { match self {
ObjectStore::S3 => "localstack/localstack:0.14.3", ObjectStore::S3 => "localstack/localstack:2.1.0",
ObjectStore::S3m => "localstack/localstack:0.14.3", ObjectStore::S3m => "localstack/localstack:2.1.0",
ObjectStore::S3mb => "localstack/localstack:0.14.3", ObjectStore::S3mb => "localstack/localstack:2.1.0",
ObjectStore::Azure => "arafato/azurite:2.6.5", ObjectStore::Azure => "arafato/azurite:2.6.5",
} }
} }