Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudNativePG Automated Updates committed Sep 1, 2023
1 parent f052df3 commit da39cd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"DEBIAN_VERSION": "buster-20230725-slim",
"IMAGE_RELEASE_VERSION": "2",
"PGBOUNCER_VERSION": "1.20.0"
"DEBIAN_VERSION": "buster-20230814-slim",
"IMAGE_RELEASE_VERSION": "1",
"PGBOUNCER_VERSION": "1.20.1"
}
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
ARG DEBIAN_VERSION=buster-20230725-slim
ARG PGBOUNCER_VERSION=1.20.0
ARG DEBIAN_VERSION=buster-20230814-slim
ARG PGBOUNCER_VERSION=1.20.1

FROM debian:${DEBIAN_VERSION} AS build
ARG PGBOUNCER_VERSION
Expand All @@ -42,8 +42,8 @@ ARG TARGETARCH

LABEL name="PgBouncer Container Images" \
vendor="The CloudNativePG Contributors" \
version="1.20.0" \
release="2" \
version="1.20.1" \
release="1" \
summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."

Expand Down
6 changes: 3 additions & 3 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ libsepol1/now 2.8-1 amd64 [installed,local]
libsmartcols1/now 2.33.1-0.1 amd64 [installed,local]
libsqlite3-0/now 3.27.2-3+deb10u2 amd64 [installed,local]
libss2/now 1.44.5-1+deb10u3 amd64 [installed,local]
libssl-dev/now 1.1.1n-0+deb10u5 amd64 [installed,local]
libssl1.1/now 1.1.1n-0+deb10u5 amd64 [installed,local]
libssl-dev/now 1.1.1n-0+deb10u6 amd64 [installed,local]
libssl1.1/now 1.1.1n-0+deb10u6 amd64 [installed,local]
libstdc++6/now 8.3.0-6 amd64 [installed,local]
libsystemd0/now 241-7~deb10u10 amd64 [installed,local]
libtasn1-6/now 4.13-3+deb10u1 amd64 [installed,local]
Expand Down Expand Up @@ -160,7 +160,7 @@ mysql-common/now 5.8+1.0.5 all [installed,local]
ncurses-base/now 6.1+20181013-2+deb10u3 all [installed,local]
ncurses-bin/now 6.1+20181013-2+deb10u3 amd64 [installed,local]
netbase/now 5.6 all [installed,local]
openssl/now 1.1.1n-0+deb10u5 amd64 [installed,local]
openssl/now 1.1.1n-0+deb10u6 amd64 [installed,local]
passwd/now 1:4.5-1.1 amd64 [installed,local]
perl-base/now 5.28.1-6+deb10u1 amd64 [installed,local]
postgresql-11/now 11.20-0+deb10u1 amd64 [installed,local]
Expand Down

0 comments on commit da39cd5

Please sign in to comment.