From fd6c8a33cee6a33f4dc219c1df23f41cb9e113e2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 18 Sep 2023 00:38:35 +0000 Subject: [PATCH] Update ghcr.io/navikt/mock-oauth2-server Docker tag to v2 --- .github/workflows/build-mariadb.yml | 2 +- .github/workflows/build-mysql.yml | 2 +- .github/workflows/build-postgresql.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index b8e4e70ca78..30683d72608 100644 --- a/.github/workflows/build-mariadb.yml +++ b/.github/workflows/build-mariadb.yml @@ -18,7 +18,7 @@ jobs: options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3 mock-oauth2-server: - image: ghcr.io/navikt/mock-oauth2-server:1.0.0 + image: ghcr.io/navikt/mock-oauth2-server:2.0.0 ports: - 9000:9000 env: diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index d3e44083031..f252f241dcb 100644 --- a/.github/workflows/build-mysql.yml +++ b/.github/workflows/build-mysql.yml @@ -18,7 +18,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 mock-oauth2-server: - image: ghcr.io/navikt/mock-oauth2-server:1.0.0 + image: ghcr.io/navikt/mock-oauth2-server:2.0.0 ports: - 9000:9000 env: diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 0936c732f36..3569491f29d 100644 --- a/.github/workflows/build-postgresql.yml +++ b/.github/workflows/build-postgresql.yml @@ -19,7 +19,7 @@ jobs: options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3 mock-oauth2-server: - image: ghcr.io/navikt/mock-oauth2-server:1.0.0 + image: ghcr.io/navikt/mock-oauth2-server:2.0.0 ports: - 9000:9000 env: