Skip to content

Commit e1c3ab5

Browse files
committed
chore: pin LocalStack Docker image version to 4.14
1 parent 02c91f1 commit e1c3ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

status-list-mock/localstack/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
localstack:
33
container_name: localstack_statusListMock
4-
image: localstack/localstack:latest
4+
image: localstack/localstack:4.14.0@sha256:3ebc37595918b8accb852f8048fef2aff047d465167edd655528065b07bc364a # Cannot be updated past 4.14.0 due to LocalStack's move to a paid-only license.
55
ports:
66
- "4562:4566"
77
environment:

0 commit comments

Comments
 (0)