Skip to content

Commit 552fbfc

Browse files
authored
Update README.md
1 parent b264d41 commit 552fbfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ insight:
4848
touch config.yaml
4949
docker run --rm \
5050
-v $(pwd)/config.yaml:/app/config.yaml \
51-
ghcr.io/robotism/gitinsight:20251008 \
51+
ghcr.io/robotism/gitinsight:20251010 \
5252
./gitinsight config gen -o -f /app/config.yaml
5353
# vim config.yaml
5454

@@ -57,7 +57,7 @@ docker run --rm \
5757
-p 8088:8080 \
5858
-v $(pwd)/config.yaml:/app/config.yaml \
5959
-v $(pwd)/.repos:/app/.repos \
60-
ghcr.io/robotism/gitinsight:20251008
60+
ghcr.io/robotism/gitinsight:20251010
6161

6262
```
6363

0 commit comments

Comments
 (0)