Skip to content

Commit 0d69d77

Browse files
author
red-hat-konflux
committed
chore(deps): update docker.io/library/postgres docker tag to v14.12
1 parent 70e9386 commit 0d69d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/integration-test.yaml

+1-1
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

+1-1
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)