Skip to content

Commit

Permalink
doc: use the latest image tag instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Nov 1, 2024
1 parent 64f2407 commit 18bac3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `openwec` docker image is automatically built using Github Actions:

Example:
```bash
$ docker pull ghcr.io/cea-sec/openwec:main
$ docker pull ghcr.io/cea-sec/openwec:latest
```

### Building the image by yourself
Expand Down Expand Up @@ -143,5 +143,5 @@ $ docker run --rm -it \
-v ./openwec.keytab:/etc/openwec.keytab:ro \
-v ./conf/:/etc/openwec.d/:ro \
-p 5985:5985 \
ghcr.io/cea-sec/openwec:main
```
ghcr.io/cea-sec/openwec:latest
```

0 comments on commit 18bac3b

Please sign in to comment.