Skip to content

Commit

Permalink
chore(deps): update dependency quay.io/dexidp/dex to v2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and bastianccm committed May 17, 2022
1 parent 5bd0be1 commit 2643bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/auth/example/docker-compose.yml
@@ -1,14 +1,14 @@
version: '3.7'
services:
dex1:
image: quay.io/dexidp/dex:v2.21.0
image: quay.io/dexidp/dex:v2.28.1
volumes:
- ./dex1.yml:/dex.yml
command: serve /dex.yml
ports:
- 3351:3351
dex2:
image: quay.io/dexidp/dex:v2.21.0
image: quay.io/dexidp/dex:v2.28.1
volumes:
- ./dex2.yml:/dex.yml
command: serve /dex.yml
Expand Down
2 changes: 1 addition & 1 deletion core/oauth/example/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.7'
services:
dex1:
image: quay.io/dexidp/dex:v2.21.0
image: quay.io/dexidp/dex:v2.28.1
volumes:
- ./dex1.yml:/dex.yml
command: serve /dex.yml
Expand Down

0 comments on commit 2643bd0

Please sign in to comment.