diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52bbd9ab5d..c640b8735c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: ports: - 5432/tcp postgres12: - image: postgres:12@sha256:5ddd6975f9294804e920da914e39d4713a51540943639f249402437032eace37 + image: postgres:12@sha256:7a4c3f690fa767db8aaa4a9da3870037535307cc7f8f1880f1d7275a1be29b4d env: POSTGRES_PASSWORD: postgres options: >- diff --git a/.github/workflows/deploy_packages.yml b/.github/workflows/deploy_packages.yml index 4a5ff290b8..792db59137 100644 --- a/.github/workflows/deploy_packages.yml +++ b/.github/workflows/deploy_packages.yml @@ -34,7 +34,7 @@ jobs: ports: - 5432/tcp postgres12: - image: postgres:12@sha256:5ddd6975f9294804e920da914e39d4713a51540943639f249402437032eace37 + image: postgres:12@sha256:7a4c3f690fa767db8aaa4a9da3870037535307cc7f8f1880f1d7275a1be29b4d env: POSTGRES_PASSWORD: postgres options: >- diff --git a/.github/workflows/verify_e2e-linux.yml b/.github/workflows/verify_e2e-linux.yml index 6539ed407f..2da0739e64 100644 --- a/.github/workflows/verify_e2e-linux.yml +++ b/.github/workflows/verify_e2e-linux.yml @@ -19,7 +19,7 @@ jobs: services: postgres: - image: postgres:12@sha256:5ddd6975f9294804e920da914e39d4713a51540943639f249402437032eace37 + image: postgres:12@sha256:7a4c3f690fa767db8aaa4a9da3870037535307cc7f8f1880f1d7275a1be29b4d env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres