Skip to content

Commit a47c5d6

Browse files
authored
chore: bump pinned localstack tag to 4.5 (#363)
Default `localstack` tag 3.0 was quite outdated, causing S3 `put_object` operations to fail with recent versions of the AWS CLI. Updating to the latest stable tag, 4.5, resolves the issue.
1 parent a3fd554 commit a47c5d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/localstack/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ use testcontainers::{core::WaitFor, Image};
55
pub mod pro;
66

77
const NAME: &str = "localstack/localstack";
8-
const TAG: &str = "3.0";
8+
const TAG: &str = "4.5";
99
const DEFAULT_WAIT: u64 = 3000;
1010

1111
/// This module provides [LocalStack](https://www.localstack.cloud/) (Community Edition).
1212
///
13-
/// Currently pinned to [version `3.0`](https://hub.docker.com/layers/localstack/localstack/3.0/images/sha256-73698e485240939490134aadd7e429ac87ff068cd5ad09f5de8ccb76727c13e1?context=explore)
13+
/// Currently pinned to [version `4.5`](https://hub.docker.com/layers/localstack/localstack/4.5/images/sha256-acc5bf76bd8542897e6326c82f737a980791b998e4d641bcd1560902938ac305?context=explore)
1414
///
1515
/// # Configuration
1616
///

src/localstack/pro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const NAME: &str = "localstack/localstack-pro";
66

77
/// This module provides [LocalStack](https://www.localstack.cloud/) (Pro Edition).
88
///
9-
/// Currently pinned to [version `3.0`](https://hub.docker.com/layers/localstack/localstack-pro/3.0/images/sha256-4d9167a049a705b0edafb9e0a6e362aaf5f9d890cebb894dd9113b17eed83153?context=explore)
9+
/// Currently pinned to [version `4.5`](https://hub.docker.com/layers/localstack/localstack/4.5/images/sha256-acc5bf76bd8542897e6326c82f737a980791b998e4d641bcd1560902938ac305?context=explore)
1010
///
1111
/// # Configuration
1212
///

0 commit comments

Comments
 (0)