Update docker.io/postgres Docker tag to v13.10
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Renovate Bot 2023-03-16 18:44:57 +00:00
parent a2c32caa57
commit 7109b7f12f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: postgres
image: docker.io/postgres:13.8
image: docker.io/postgres:13.10
imagePullPolicy: IfNotPresent
ports:
- name: postgres

View File

@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: postgres
image: docker.io/postgres:13.8
image: docker.io/postgres:13.10
imagePullPolicy: IfNotPresent
ports:
- name: postgres