Daily automatic update

This commit is contained in:
EnterpriseDB Automated Updates
2022-05-19 01:48:08 +00:00
parent 031ff26642
commit a88bdec112
16 changed files with 99 additions and 99 deletions

View File

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