build: use latest mock-oauth2-server [ci skip]

This commit is contained in:
Trong Huu Nguyen
2026-08-04 09:19:05 +02:00
parent c84349f422
commit 14c526c443
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ services:
ports:
- "6379:6379"
mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:3.0.1
image: ghcr.io/navikt/mock-oauth2-server:6.0.0
ports:
- "8888:8080"
environment:
JSON_CONFIG: "{\"interactiveLogin\":false}"
JSON_CONFIG: '{"interactiveLogin":false}'
wonderwall:
image: ghcr.io/nais/wonderwall:latest
ports:
+2 -2
View File
@@ -10,11 +10,11 @@ services:
- "4317:4317"
- "4318:4318"
mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:3.0.1
image: ghcr.io/navikt/mock-oauth2-server:6.0.0
ports:
- "8888:8080"
environment:
JSON_CONFIG: "{\"interactiveLogin\":false}"
JSON_CONFIG: '{"interactiveLogin":false}'
upstream:
image: mendhak/http-https-echo:30
ports: