Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2023-08-11 20:40:18 +00:00
parent 1d9c26e5bd
commit c6d55be47b
19 changed files with 83 additions and 83 deletions

View File

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