We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19fde88 + 5902578 commit 9d75a85Copy full SHA for 9d75a85
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3.2'
2
services:
3
web:
4
- image: "hailstorm3/hailstorm-web-client:1.4.3"
+ image: "hailstorm3/hailstorm-web-client:1.4.5"
5
ports:
6
- "8080:80"
7
networks:
@@ -22,7 +22,7 @@ services:
22
- "start.sh"
23
24
hailstorm-api:
25
- image: "hailstorm3/hailstorm-api:1.0.13"
+ image: "hailstorm3/hailstorm-api:1.0.14"
26
27
- "4567:8080"
28
environment:
hailstorm-web-client/package.json
@@ -1,6 +1,6 @@
{
"name": "hailstorm-web-client",
- "version": "1.4.3",
+ "version": "1.4.5",
"private": true,
"dependencies": {
"date-fns": "^2.6.0",
0 commit comments