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

chore(deps): update ghcr.io/wirepact/k8s-pki docker tag to v2.4.186 #52

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- 8081:8081

pki_a:
image: ghcr.io/wirepact/k8s-pki:2.4.182
image: ghcr.io/wirepact/k8s-pki:2.4.186
environment:
- DEBUG=true
- PORT=8082
Expand All @@ -33,7 +33,7 @@ services:
- 8082:8082

pki_b:
image: ghcr.io/wirepact/k8s-pki:2.4.182
image: ghcr.io/wirepact/k8s-pki:2.4.186
environment:
- DEBUG=true
- PORT=8083
Expand Down
Loading