Skip to content

Commit

Permalink
build(deps): update kong docker tag to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2023
1 parent e31ea65 commit 6cb2e19
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:0c530f22b7ac433f3934af9b1fa62abd5c3210db6f84dcdd7616abc6872a92a3
image: kong:3.3.1@sha256:88aad0fa3c603af1b2ced86f33f0c28f664bf7b53c92aec1256746136b8832ca
depends_on:
- postgres-kong
environment:
Expand All @@ -53,7 +53,7 @@ services:
restart: on-failure

kong:
image: kong:2.3.3@sha256:0c530f22b7ac433f3934af9b1fa62abd5c3210db6f84dcdd7616abc6872a92a3
image: kong:3.3.1@sha256:88aad0fa3c603af1b2ced86f33f0c28f664bf7b53c92aec1256746136b8832ca
depends_on:
- postgres-kong
- kong-migration
Expand Down

0 comments on commit 6cb2e19

Please sign in to comment.