Skip to content

Commit

Permalink
Releasing 1.4 [ci skip]
Browse files Browse the repository at this point in the history
Updates to dependencies
  • Loading branch information
mwinteringham committed Mar 27, 2022
1 parent f98b76d commit 953af31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
version: '3.7'
services:
rbp-booking:
image: mwinteringham/restfulbookerplatform_booking:1.3.a8b874d
image: mwinteringham/restfulbookerplatform_booking:1.4.f98b76d
ports:
- "3000:3000"
restart: always
rbp-room:
image: mwinteringham/restfulbookerplatform_room:1.3.8186232
image: mwinteringham/restfulbookerplatform_room:1.4.f98b76d
ports:
- "3001:3001"
restart: always
rbp-branding:
image: mwinteringham/restfulbookerplatform_branding:1.3.8186232
image: mwinteringham/restfulbookerplatform_branding:1.4.f98b76d
ports:
- "3002:3002"
restart: always
rbp-assets:
image: mwinteringham/restfulbookerplatform_assets:1.3.75a639e
image: mwinteringham/restfulbookerplatform_assets:1.4.f98b76d
ports:
- "3003:3003"
restart: always
rbp-auth:
image: mwinteringham/restfulbookerplatform_auth:1.3.99c7033
image: mwinteringham/restfulbookerplatform_auth:1.4.f98b76d
ports:
- "3004:3004"
restart: always
rbp-report:
image: mwinteringham/restfulbookerplatform_report:1.3.8186232
image: mwinteringham/restfulbookerplatform_report:1.4.f98b76d
ports:
- "3005:3005"
restart: always
rbp-message:
image: mwinteringham/restfulbookerplatform_message:1.3.8186232
image: mwinteringham/restfulbookerplatform_message:1.4.f98b76d
ports:
- "3006:3006"
restart: always
Expand Down

0 comments on commit 953af31

Please sign in to comment.