Skip to content

Commit

Permalink
Update docker images (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Oct 12, 2024
1 parent f6e73e7 commit 2252912
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
rabbitmq:
image: rabbitmq:3.12.14
image: rabbitmq:3.13.7
ports:
- ${DOCKER_RABBITMQ_CLIENT_PORT:-5672}:5672
- ${DOCKER_RABBITMQ_MANAGEMENT_PORT:-15672}:15672
volumes:
- rabbit_data:/var/lib/rabbitmq

localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.8.1
network_mode: bridge
hostname: localstack
ports:
Expand Down
2 changes: 1 addition & 1 deletion packages/amqp/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
rabbitmq:
image: rabbitmq:3.12.14
image: rabbitmq:3.13.7
ports:
- ${DOCKER_RABBITMQ_CLIENT_PORT:-5672}:5672
- ${DOCKER_RABBITMQ_MANAGEMENT_PORT:-15672}:15672
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-payload-store/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.8.1
network_mode: bridge
hostname: localstack
ports:
Expand Down
2 changes: 1 addition & 1 deletion packages/sns/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.8.1
network_mode: bridge
hostname: localstack
ports:
Expand Down
2 changes: 1 addition & 1 deletion packages/sqs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
localstack:
image: localstack/localstack:3.4.0
image: localstack/localstack:3.8.1
network_mode: bridge
hostname: localstack
ports:
Expand Down

0 comments on commit 2252912

Please sign in to comment.