diff --git a/abra.sh b/abra.sh index c1ad7e2..2b71092 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ export CUSTOM_ENTRYPOINT_VERSION=v14 export OIDC_CONF_VERSION=v1 export PAM_EXEC_OAUTH2_YAML_VERSION=v1 -export PAM_SCRIPT_AUTH_VERSION=v5 +export PAM_SCRIPT_AUTH_VERSION=v6 diff --git a/compose.yml b/compose.yml index cb67c97..6d6bc7b 100644 --- a/compose.yml +++ b/compose.yml @@ -29,7 +29,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.2.3+4.1.0" + - "coop-cloud.${STACK_NAME}.version=0.2.4+4.1.0" entrypoint: /docker-entrypoint.sh command: /init