Skip to content

Commit be6d03b

Browse files
chore(deps): update localstack/localstack docker tag to v4.11.1 (#364)
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | localstack/localstack | 4.10.0 | 4.11.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 6120eba commit be6d03b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/docker-compose-aspnetcore/docker-compose.oats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- ACCEPT_EULA=Y
3939
- MSSQL_SA_PASSWORD=Password12345%%
4040
localstack:
41-
image: localstack/localstack:4.10.0@sha256:a65ee2a9d45a7a34a1f1faae515d2e577ce11210312c077700ccc82daefec238
41+
image: localstack/localstack:4.11.1@sha256:3071c9c72a1e9dbc23ad33540617ad7825ffeba80a8f421eff798b97850f9de5
4242
ports:
4343
- "4510-4559:4510-4559"
4444
- "4566:4566"

docker/docker-compose-aspnetcore/docker-compose.self-contained.oats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- ACCEPT_EULA=Y
4040
- MSSQL_SA_PASSWORD=Password12345%%
4141
localstack:
42-
image: localstack/localstack:4.10.0@sha256:a65ee2a9d45a7a34a1f1faae515d2e577ce11210312c077700ccc82daefec238
42+
image: localstack/localstack:4.11.1@sha256:3071c9c72a1e9dbc23ad33540617ad7825ffeba80a8f421eff798b97850f9de5
4343
ports:
4444
- "4510-4559:4510-4559"
4545
- "4566:4566"

docker/docker-compose-aspnetcore/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- ACCEPT_EULA=Y
3232
- MSSQL_SA_PASSWORD=Password12345%%
3333
localstack:
34-
image: localstack/localstack:4.10.0@sha256:a65ee2a9d45a7a34a1f1faae515d2e577ce11210312c077700ccc82daefec238
34+
image: localstack/localstack:4.11.1@sha256:3071c9c72a1e9dbc23ad33540617ad7825ffeba80a8f421eff798b97850f9de5
3535
ports:
3636
- "4510-4559:4510-4559"
3737
- "4566:4566"

0 commit comments

Comments
 (0)