Skip to content

Commit

Permalink
0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Jan 10, 2025
1 parent 82838fe commit e9e46dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
logging: *default-logging
# app serves the UI & API, it registers user interactions into the database (pg)
pwb-app:
image: maayanlab/playbook-partnership:0.72.0-rc.0-ui
image: maayanlab/playbook-partnership:0.72.0-ui
build:
context: .
dockerfile: Dockerfile
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
# the workers should be replicated,
# they deal with creating "Resolved" entries for submitted Processes.
pwb-worker:
image: maayanlab/playbook-partnership:0.72.0-rc.0
image: maayanlab/playbook-partnership:0.72.0
build:
context: .
dockerfile: Dockerfile
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
logging: *default-logging
# app-dev serves a dev version of the app
app-dev:
image: maayanlab/playbook-partnership:0.72.0-rc.0
image: maayanlab/playbook-partnership:0.72.0
build:
context: .
dockerfile: Dockerfile
Expand Down Expand Up @@ -156,7 +156,7 @@ services:
# a playbook-partnership development environment
# doesn't run in production, just for convenience
dev:
image: maayanlab/playbook-partnership:0.72.0-rc.0-dev
image: maayanlab/playbook-partnership:0.72.0-dev
build:
context: .
dockerfile: Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playbook-workflow-builder",
"version": "0.71.7",
"version": "0.72.0",
"description": "A repository for the playbook workflow builder collaboration.",
"private": true,
"license": "CC-BY-4.0",
Expand Down

0 comments on commit e9e46dc

Please sign in to comment.