Skip to content

Commit dfd00bf

Browse files
renovate-botgalovics
authored andcommitted
FINERACT-2181: Update ghcr.io/navikt/mock-oauth2-server Docker tag to v3
1 parent 0d1a542 commit dfd00bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
2626

2727
mock-oauth2-server:
28-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
28+
image: ghcr.io/navikt/mock-oauth2-server:3.0.1
2929
ports:
3030
- 9000:9000
3131
env:

.github/workflows/build-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
2626

2727
mock-oauth2-server:
28-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
28+
image: ghcr.io/navikt/mock-oauth2-server:3.0.1
2929
ports:
3030
- 9000:9000
3131
env:

.github/workflows/build-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3
2727

2828
mock-oauth2-server:
29-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
29+
image: ghcr.io/navikt/mock-oauth2-server:3.0.1
3030
ports:
3131
- 9000:9000
3232
env:

.github/workflows/run-integration-test-sequentially-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
POSTGRES_PASSWORD: postgres
2323
options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3
2424
mock-oauth2-server:
25-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
25+
image: ghcr.io/navikt/mock-oauth2-server:3.0.1
2626
ports:
2727
- 9000:9000
2828
env:

0 commit comments

Comments
 (0)