Daily automatic update

This commit is contained in:
EnterpriseDB Automated Updates
2022-08-12 02:35:16 +00:00
parent dd56b65d46
commit eae9bd8bb1
12 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"BARMAN_VERSION": "3.0.1",
"IMAGE_RELEASE_VERSION": "5",
"POSTGRES_IMAGE_LAST_UPDATED": "2022-08-03T04:25:37.013668Z",
"POSTGRES_IMAGE_VERSION": "15beta2-bullseye"
"IMAGE_RELEASE_VERSION": "1",
"POSTGRES_IMAGE_LAST_UPDATED": "2022-08-12T02:10:58.30899Z",
"POSTGRES_IMAGE_VERSION": "15beta3-bullseye"
}

View File

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