Daily automatic update

This commit is contained in:
EnterpriseDB Automated Updates
2022-09-13 00:21:59 +00:00
parent fb0d27bdc0
commit a13227a178
11 changed files with 51 additions and 51 deletions

View File

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