Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2023-07-05 00:19:45 +00:00
parent bb3b361d32
commit 49fe48b7ae
12 changed files with 21 additions and 21 deletions

View File

@@ -14,15 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM postgres:16beta1-bullseye
FROM postgres:16beta2-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 16beta1-bullseye."
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16beta2-bullseye."
COPY requirements.txt /