Skip to content

Commit

Permalink
chore(deps): update kong docker tag to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2021
1 parent 4fbccd2 commit 5fe660d
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 @@ -42,7 +42,7 @@ services:
retries: 5

kong-migration:
image: kong:2.3.3@sha256:0909006050f2392597c59da18fa4c4827aae4aaa111bf00d813083e4f47fe938
image: kong:2.4.1@sha256:4121794ca3cb4c022d7f5d5e716af8ec34fbbce0f72b6b2dd3cfa26e6ba7f28d
depends_on:
- postgres-kong
environment:
Expand All @@ -53,7 +53,7 @@ services:
restart: on-failure

kong:
image: kong:2.3.3@sha256:0909006050f2392597c59da18fa4c4827aae4aaa111bf00d813083e4f47fe938
image: kong:2.4.1@sha256:4121794ca3cb4c022d7f5d5e716af8ec34fbbce0f72b6b2dd3cfa26e6ba7f28d
depends_on:
- postgres-kong
- kong-migration
Expand Down

0 comments on commit 5fe660d

Please sign in to comment.