chore: externalize POSTGRES_TAG and bump postgres to 15.13 (#313)

This commit is contained in:
Martin Lablans
2025-06-04 14:22:34 +02:00
committed by GitHub
parent fd013232f5
commit b7a42f3d3b
5 changed files with 6 additions and 7 deletions

View File

@ -18,8 +18,6 @@ OIDC_URL="https://login.verbis.dkfz.de"
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
OIDC_GROUP_CLAIM="groups"
POSTGRES_TAG=15.6-alpine
for module in $PROJECT/modules/*.sh
do
log DEBUG "sourcing $module"