Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-09-08 00:17:53 +00:00
parent 6b1ac0642e
commit 3ea082111e
36 changed files with 106 additions and 106 deletions

View File

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