Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-08-09 00:18:19 +00:00
parent fb60b96599
commit f5e8b0a8ad
36 changed files with 192 additions and 192 deletions

View File

@@ -14,17 +14,17 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM postgres:14.12-bookworm
FROM postgres:14.13-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="11" \
release="1" \
summary="PostgreSQL Container images." \
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.12-bookworm."
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.12-bookworm."
LABEL org.opencontainers.image.description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.13-bookworm."
COPY requirements.txt /