Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
EnterpriseDB Automated Updates committed May 30, 2024
1 parent 9625de9 commit 4175a0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"IMAGE_RELEASE_VERSION": "5",
"IMAGE_RELEASE_VERSION": "6",
"PGBOUNCER_VERSION": "1.22.1",
"UBI_VERSION": "8.10-896"
"UBI_VERSION": "8.10-896.1716497715"
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
ARG UBI_VERSION=8.10-896
ARG UBI_VERSION=8.10-896.1716497715
ARG PGBOUNCER_VERSION=1.22.1

FROM registry.access.redhat.com/ubi8/ubi-minimal:${UBI_VERSION} AS build
Expand All @@ -25,7 +25,7 @@ LABEL name="PgBouncer Container Images" \
vendor="EnterpriseDB" \
url="https://www.enterprisedb.com/" \
version="1.22.1" \
release="5" \
release="6" \
summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
description="This Docker image contains PgBouncer based on RedHat Universal Base Images (UBI) 8 minimal."

Expand Down
6 changes: 3 additions & 3 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ filesystem-3.8-6.el8.x86_64
findutils-4.6.0-22.el8.x86_64
gawk-4.2.1-4.el8.x86_64
glib2-2.56.4-162.el8.x86_64
glibc-2.28-251.el8.x86_64
glibc-common-2.28-251.el8.x86_64
glibc-minimal-langpack-2.28-251.el8.x86_64
glibc-2.28-251.el8_10.2.x86_64
glibc-common-2.28-251.el8_10.2.x86_64
glibc-minimal-langpack-2.28-251.el8_10.2.x86_64
gmp-6.1.2-11.el8.x86_64
gnupg2-2.2.20-3.el8_6.x86_64
gnutls-3.6.16-8.el8_9.3.x86_64
Expand Down

0 comments on commit 4175a0a

Please sign in to comment.