mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
12d4c0ac2d
* core: bump openapitools/openapi-generator-cli in /packages/client-ts Bumps openapitools/openapi-generator-cli from v7.21.0 to v7.22.0. --- updated-dependencies: - dependency-name: openapitools/openapi-generator-cli dependency-version: v7.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * re-gen Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
10 lines
228 B
YAML
Generated
10 lines
228 B
YAML
Generated
---
|
|
services:
|
|
gen:
|
|
image: docker.io/openapitools/openapi-generator-cli:v7.22.0
|
|
restart: never
|
|
network_mode: none
|
|
volumes:
|
|
- ./:/local
|
|
- ../../schema.yml:/schema.yml:ro
|