Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
uchida committed Jul 2, 2022
1 parent d789a4d commit f76df1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- localstack

localstack:
image: localstack/localstack:0.11.3
image: localstack/localstack:0.14.4
ports:
- "4566:4566"
environment:
Expand All @@ -29,6 +29,6 @@ services:
- "./scripts/localstack:/docker-entrypoint-initaws.d" # initialize scripts on startup

dockerize:
image: jwilder/dockerize
image: powerman/dockerize:0.16.0
depends_on:
- localstack

0 comments on commit f76df1b

Please sign in to comment.