Skip to content

Commit 5e8bd81

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 1b5fd66 commit 5e8bd81

19 files changed

+54
-54
lines changed

PostGIS/12/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "44",
3+
"IMAGE_RELEASE_VERSION": "45",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2024-12-24T14:49:53.718729Z",
55
"POSTGIS_IMAGE_VERSION": "12-3.5"
66
}

PostGIS/12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgis/postgis:12-3.5
2020
LABEL name="PostgreSQL + PostGIS Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="44" \
23+
release="45" \
2424
summary="PostgreSQL + PostGIS Container images." \
2525
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 12-3.5."
2626

PostGIS/12/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.12.1 \
2020
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
2121
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.89 \
24-
--hash=sha256:40a980841771bdba49214aeb045b0e8046b4c1b0788987f03fc966a34c4d0d2f \
25-
--hash=sha256:966bb926688f086d609d1c3044f06a66405461077abe8b66a26cbabe30689f7d
26-
botocore==1.35.89 \
27-
--hash=sha256:70d55f9882a40e2a5fea1f2fc1efed3fd27c35d87f0a949b1cbac32d25bb49e1 \
28-
--hash=sha256:b073751c5a33eec2879f73120e2636d9bed3178f7498c49aca76274d9d8a5442
23+
boto3==1.35.90 \
24+
--hash=sha256:b0874233057995a8f0c813f5b45a36c09630e74c43d7a7c64db2feef2915d493 \
25+
--hash=sha256:dc56caaaab2157a4bfc109c88b50cd032f3ac66c06d17f8ee335b798eaf53e5c
26+
botocore==1.35.90 \
27+
--hash=sha256:51dcbe1b32e2ac43dac17091f401a00ce5939f76afe999081802009cce1e92e4 \
28+
--hash=sha256:f007f58e8e3c1ad0412a6ddfae40ed92a7bca571c068cb959902bcf107f2ae48
2929
# via
3030
# boto3
3131
# s3transfer

PostGIS/13/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "44",
3+
"IMAGE_RELEASE_VERSION": "45",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2024-12-24T14:49:44.445047Z",
55
"POSTGIS_IMAGE_VERSION": "13-3.5"
66
}

PostGIS/13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgis/postgis:13-3.5
2020
LABEL name="PostgreSQL + PostGIS Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="44" \
23+
release="45" \
2424
summary="PostgreSQL + PostGIS Container images." \
2525
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 13-3.5."
2626

PostGIS/13/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.12.1 \
2020
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
2121
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.89 \
24-
--hash=sha256:40a980841771bdba49214aeb045b0e8046b4c1b0788987f03fc966a34c4d0d2f \
25-
--hash=sha256:966bb926688f086d609d1c3044f06a66405461077abe8b66a26cbabe30689f7d
26-
botocore==1.35.89 \
27-
--hash=sha256:70d55f9882a40e2a5fea1f2fc1efed3fd27c35d87f0a949b1cbac32d25bb49e1 \
28-
--hash=sha256:b073751c5a33eec2879f73120e2636d9bed3178f7498c49aca76274d9d8a5442
23+
boto3==1.35.90 \
24+
--hash=sha256:b0874233057995a8f0c813f5b45a36c09630e74c43d7a7c64db2feef2915d493 \
25+
--hash=sha256:dc56caaaab2157a4bfc109c88b50cd032f3ac66c06d17f8ee335b798eaf53e5c
26+
botocore==1.35.90 \
27+
--hash=sha256:51dcbe1b32e2ac43dac17091f401a00ce5939f76afe999081802009cce1e92e4 \
28+
--hash=sha256:f007f58e8e3c1ad0412a6ddfae40ed92a7bca571c068cb959902bcf107f2ae48
2929
# via
3030
# boto3
3131
# s3transfer

PostGIS/14/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "44",
3+
"IMAGE_RELEASE_VERSION": "45",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2024-12-24T14:49:47.804771Z",
55
"POSTGIS_IMAGE_VERSION": "14-3.5"
66
}

PostGIS/14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM postgis/postgis:14-3.5
2020
LABEL name="PostgreSQL + PostGIS Container Images" \
2121
vendor="The CloudNativePG Contributors" \
2222
version="${PG_VERSION}" \
23-
release="44" \
23+
release="45" \
2424
summary="PostgreSQL + PostGIS Container images." \
2525
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 14-3.5."
2626

PostGIS/14/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ barman[azure,cloud,google,snappy]==3.12.1 \
2020
--hash=sha256:258ef7100717f66032402e0abe03c977089c50fc47143df5708e92aa1d772937 \
2121
--hash=sha256:9dd7be219b6f74954b80cdc28f9a72f2acb923e7da65edd0f41cdc82fd32e169
2222
# via -r requirements.in
23-
boto3==1.35.89 \
24-
--hash=sha256:40a980841771bdba49214aeb045b0e8046b4c1b0788987f03fc966a34c4d0d2f \
25-
--hash=sha256:966bb926688f086d609d1c3044f06a66405461077abe8b66a26cbabe30689f7d
26-
botocore==1.35.89 \
27-
--hash=sha256:70d55f9882a40e2a5fea1f2fc1efed3fd27c35d87f0a949b1cbac32d25bb49e1 \
28-
--hash=sha256:b073751c5a33eec2879f73120e2636d9bed3178f7498c49aca76274d9d8a5442
23+
boto3==1.35.90 \
24+
--hash=sha256:b0874233057995a8f0c813f5b45a36c09630e74c43d7a7c64db2feef2915d493 \
25+
--hash=sha256:dc56caaaab2157a4bfc109c88b50cd032f3ac66c06d17f8ee335b798eaf53e5c
26+
botocore==1.35.90 \
27+
--hash=sha256:51dcbe1b32e2ac43dac17091f401a00ce5939f76afe999081802009cce1e92e4 \
28+
--hash=sha256:f007f58e8e3c1ad0412a6ddfae40ed92a7bca571c068cb959902bcf107f2ae48
2929
# via
3030
# boto3
3131
# s3transfer

PostGIS/15/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.12.1",
3-
"IMAGE_RELEASE_VERSION": "44",
3+
"IMAGE_RELEASE_VERSION": "45",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2024-12-24T14:49:44.940575Z",
55
"POSTGIS_IMAGE_VERSION": "15-3.5"
66
}

0 commit comments

Comments
 (0)