Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-05-12 00:18:51 +00:00
parent 1a8f19fd76
commit db06c65e89
31 changed files with 201 additions and 201 deletions

View File

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