Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
chore(deps): update kong docker tag to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 11, 2021
1 parent 02e8d1b commit 12201b8
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:d4c036d82d35e0c56a5a7dc1d018a92e97b7a9540cb202dd39753e70bac72de9
image: kong:2.4.0@sha256:91e8a6689f3c5c522dabbae93d5cc5006da9931ab3e325de2c944ba87622e906
depends_on:
- postgres-kong
environment:
Expand All @@ -53,7 +53,7 @@ services:
restart: on-failure

kong:
image: kong:2.3.3@sha256:d4c036d82d35e0c56a5a7dc1d018a92e97b7a9540cb202dd39753e70bac72de9
image: kong:2.4.0@sha256:91e8a6689f3c5c522dabbae93d5cc5006da9931ab3e325de2c944ba87622e906
depends_on:
- postgres-kong
- kong-migration
Expand Down

0 comments on commit 12201b8

Please sign in to comment.