Skip to content

fix: upgrade pgbouncer alpine base image to address CVE-2025-1094 #5

fix: upgrade pgbouncer alpine base image to address CVE-2025-1094

fix: upgrade pgbouncer alpine base image to address CVE-2025-1094 #5

name: test image / pgbouncer
on:
pull_request:
branches:
- main
paths:
- images/pgbouncer/**
jobs:
call_workflow:
uses: ./.github/workflows/_test-image.yaml
with:
folder_path: images/pgbouncer
build_platforms: |
linux/amd64
linux/arm64