Skip to content

Commit 9d75a85

Browse files
authored
Merge pull request #205 from 3pillarlabs/task/automate-dc-workflow
Sync service versions for web and API
2 parents 19fde88 + 5902578 commit 9d75a85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.2'
22
services:
33
web:
4-
image: "hailstorm3/hailstorm-web-client:1.4.3"
4+
image: "hailstorm3/hailstorm-web-client:1.4.5"
55
ports:
66
- "8080:80"
77
networks:
@@ -22,7 +22,7 @@ services:
2222
- "start.sh"
2323

2424
hailstorm-api:
25-
image: "hailstorm3/hailstorm-api:1.0.13"
25+
image: "hailstorm3/hailstorm-api:1.0.14"
2626
ports:
2727
- "4567:8080"
2828
environment:

hailstorm-web-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hailstorm-web-client",
3-
"version": "1.4.3",
3+
"version": "1.4.5",
44
"private": true,
55
"dependencies": {
66
"date-fns": "^2.6.0",

0 commit comments

Comments
 (0)