File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ docker container run -d \
21
21
-p " 7015:7015" \
22
22
-v /path/to/dirigent/config:/srv/config \
23
23
-v dirigent-data:/srv/data \
24
- ghcr.io/codedmonkey/dirigent:0.3
24
+ ghcr.io/codedmonkey/dirigent:0.4
25
25
```
26
26
27
27
### Docker Compose configuration
28
28
29
29
``` yaml
30
30
services :
31
31
dirigent :
32
- image : ghcr.io/codedmonkey/dirigent:0.3
32
+ image : ghcr.io/codedmonkey/dirigent:0.4
33
33
ports :
34
34
- " 7015:7015"
35
35
volumes :
@@ -95,7 +95,7 @@ commit you want to build. Simply run the `docker build` command inside the repos
95
95
` ` ` shell
96
96
git clone https://github.com/codedmonkey/dirigent.git
97
97
cd dirigent
98
- git checkout v0.3.1
98
+ git checkout v0.4.0
99
99
docker build -t dirigent-standalone .
100
100
` ` `
101
101
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Proceed with caution.
19
19
The easiest way to install Dirigent is through our Docker image.
20
20
21
21
``` shell
22
- docker run -p " 7015:7015" ghcr.io/codedmonkey/dirigent:0.3
22
+ docker run -p " 7015:7015" ghcr.io/codedmonkey/dirigent:0.4
23
23
```
24
24
25
25
Learn more about installing and configuring Dirigent in our [ installation guide] [ docs-install ] .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Kernel extends BaseKernel
13
13
{
14
14
use MicroKernelTrait;
15
15
16
- public const VERSION = '0.3.x-dev ' ;
16
+ public const VERSION = '0.4.0 ' ;
17
17
18
18
protected function configureContainer (ContainerConfigurator $ container ): void
19
19
{
You can’t perform that action at this time.
0 commit comments