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 Feb 5, 2023
1 parent e8bb727 commit f862775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"DEBIAN_VERSION": "buster-20230109-slim",
"IMAGE_RELEASE_VERSION": "4",
"DEBIAN_VERSION": "buster-20230202-slim",
"IMAGE_RELEASE_VERSION": "5",
"PGBOUNCER_VERSION": "1.18.0"
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
ARG DEBIAN_VERSION=buster-20230109-slim
ARG DEBIAN_VERSION=buster-20230202-slim
ARG PGBOUNCER_VERSION=1.18.0

FROM debian:${DEBIAN_VERSION} AS build
Expand Down Expand Up @@ -43,7 +43,7 @@ ARG TARGETARCH
LABEL name="PgBouncer Container Images" \
vendor="The CloudNativePG Contributors" \
version="1.18.0" \
release="4" \
release="5" \
summary="Container images for PgBouncer (connection pooler for PostgreSQL)." \
description="This Docker image contains PgBouncer based on Debian ${DEBIAN_VERSION}."

Expand Down

0 comments on commit f862775

Please sign in to comment.