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:
parent
db316f7ae6
commit
4635e64d33
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue