Skip to content

Commit 8bd3cc8

Browse files
chore(deps): update circleci/postgres docker tag to v13.5 (#225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 473f27a commit 8bd3cc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/elixir.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
matrix: ${{ fromJson(needs.test-matrix.outputs.matrix) }}
4343
services:
4444
postgres:
45-
image: circleci/postgres:13.3-ram
45+
image: circleci/postgres:13.5-ram
4646
ports: ["5432:5432"]
4747
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4848
env:
@@ -91,7 +91,7 @@ jobs:
9191
matrix: ${{ fromJson(needs.test-matrix.outputs.matrix) }}
9292
services:
9393
postgres:
94-
image: circleci/postgres:13.3-ram
94+
image: circleci/postgres:13.5-ram
9595
ports: ["5432:5432"]
9696
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
9797
env:
@@ -256,7 +256,7 @@ jobs:
256256
matrix: ${{ fromJson(needs.test-matrix.outputs.matrix) }}
257257
services:
258258
postgres:
259-
image: circleci/postgres:13.3-ram
259+
image: circleci/postgres:13.5-ram
260260
ports: ["5432:5432"]
261261
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
262262
env:

0 commit comments

Comments
 (0)