Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-02-14 00:15:21 +00:00
parent 779bd09e16
commit 6632a60c9e
17 changed files with 73 additions and 73 deletions

View File

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