Skip to content

Commit 7098200

Browse files
chore(deps): update docker.io/library/postgres docker tag to v14.12
1 parent 1931739 commit 7098200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
)
9797
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
9898
sidecars:
99-
- image: docker.io/library/postgres:14.2
99+
- image: docker.io/library/postgres:14.12
100100
name: database-test
101101
env:
102102
- name: PGDATA

.tekton/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
)
9797
echo -n "$TEST_OUTPUT" | tee $(results.TEST_OUTPUT.path)
9898
sidecars:
99-
- image: docker.io/library/postgres:14.2
99+
- image: docker.io/library/postgres:14.12
100100
name: database-test
101101
env:
102102
- name: PGDATA

0 commit comments

Comments
 (0)