mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Update asyncapi/generator to fix release build
This commit is contained in:
parent
c9cbdd584a
commit
65f4baf3ca
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ COPY lemmy-docs ./lemmy-docs
|
|||
RUN mdbook build lemmy-docs -d ../docs
|
||||
|
||||
# Build the asyncapi API docs
|
||||
FROM asyncapi/generator:1.7.0 as api
|
||||
FROM asyncapi/generator:1.8.0 as api
|
||||
WORKDIR /app
|
||||
COPY src/assets/scripts/asyncapi.yaml ./
|
||||
RUN ag -o ./api ./asyncapi.yaml @asyncapi/html-template --force-write
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9e3dfebe14693553f1002ef06f02201ca1d52863
|
||||
Subproject commit e6e82ba80ff4bf3762c602fedc71f5967098f190
|
Loading…
Reference in a new issue