Skip to content

Commit bab67cb

Browse files
chore(deps): update localstack/localstack docker tag to v4.10.0 (#323)
| datasource | package | from | to | | ---------- | --------------------- | ----- | ------ | | docker | localstack/localstack | 4.9.2 | 4.10.0 | 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 e6f2520 commit bab67cb

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.9.2@sha256:59373b4a27dba3ec15c4db0b7455f0cb68c8a42300e2cbbe362b440f9a131697
41+
image: localstack/localstack:4.10.0@sha256:a65ee2a9d45a7a34a1f1faae515d2e577ce11210312c077700ccc82daefec238
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.9.2@sha256:59373b4a27dba3ec15c4db0b7455f0cb68c8a42300e2cbbe362b440f9a131697
42+
image: localstack/localstack:4.10.0@sha256:a65ee2a9d45a7a34a1f1faae515d2e577ce11210312c077700ccc82daefec238
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.9.2@sha256:59373b4a27dba3ec15c4db0b7455f0cb68c8a42300e2cbbe362b440f9a131697
34+
image: localstack/localstack:4.10.0@sha256:a65ee2a9d45a7a34a1f1faae515d2e577ce11210312c077700ccc82daefec238
3535
ports:
3636
- "4510-4559:4510-4559"
3737
- "4566:4566"

0 commit comments

Comments
 (0)