Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-11-22 21:38:32 +00:00
parent f2627da680
commit a024740cb0
24 changed files with 84 additions and 84 deletions

View File

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