Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
localstack:
image: localstack/localstack@sha256:ac8efcc3f0291e07682f505d3d71022d3188a377d2a4a3320159e110ae8c420d
image: localstack/localstack@sha256:1640649a21e7e1d8b8541791e916a65f8eff782a587d55a929b45ba0d50e99f4
profiles:
- infra
ports:
Expand Down
2 changes: 1 addition & 1 deletion internal/config/testdata/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
localstack:
image: localstack/localstack@sha256:ac8efcc3f0291e07682f505d3d71022d3188a377d2a4a3320159e110ae8c420d
image: localstack/localstack@sha256:1640649a21e7e1d8b8541791e916a65f8eff782a587d55a929b45ba0d50e99f4
ports:
- 4566:4566
environment:
Expand Down
Loading