Skip to content

Commit

Permalink
docs: Use latest version for ui-builder (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel authored Jul 29, 2024
1 parent 1a7bbe9 commit 5196ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asciidoc:
cscDownloadUrl: '{cscRootUrl}/downloads'
cscLicenseUrl: '{cscRootUrl}/licenses'
# UI Builder attributes
bonita-ui-builder-version: '1.0.0-beta.1'
bonita-ui-builder-version: '1.0.0-beta.2'
bonita-ui-builder-image: '{bonitasoft-docker-repository}/bonita-ui-builder'
# ref versions of other components
bcdDocVersion: '4.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use for running a bonita-ui-builder during development.
services:
bonita-ui-builder:
image: ${IMAGE_NAME:-pass:a[{bonita-ui-builder-image}]:pass:a[{bonita-ui-builder-version}]}
image: ${IMAGE_NAME:-pass:a[{bonita-ui-builder-image}]:latest}
container_name: bonita-ui-builder
environment:
BONITA_API_URL: http://host.docker.internal:${BONITA_RUNTIME_PORT:-8080}/bonita/API
Expand Down

0 comments on commit 5196ad0

Please sign in to comment.