Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-05-17 10:13:38 +00:00
parent 87c2100882
commit 5bec52f174
32 changed files with 366 additions and 366 deletions

View File

@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM postgres:13.14-bookworm
FROM postgres:13.15-bookworm
# Do not split the description, otherwise we will see a blank space in the labels
LABEL name="PostgreSQL Container Images" \
@@ -22,9 +22,9 @@ LABEL name="PostgreSQL Container Images" \
version="${PG_VERSION}" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bookworm."
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.15-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.14-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.15-bookworm."
COPY requirements.txt /