Skip to content

Commit c7b653e

Browse files
docs: update bitbucket server example version (renovatebot#37198)
Signed-off-by: portly-halicore-76 <170707699+portly-halicore-76@users.noreply.github.com>
1 parent 1efa265 commit c7b653e

File tree

1 file changed

+1
-1
lines changed
  • lib/modules/platform/bitbucket-server

1 file changed

+1
-1
lines changed

lib/modules/platform/bitbucket-server/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In line with their instructions, the following commands bring up a new server:
3535

3636
```
3737
docker volume create --name bitbucketVolume
38-
docker run -v bitbucketVolume:/var/atlassian/application-data/bitbucket --name="bitbucket" -d -p 7990:7990 -p 7999:7999 atlassian/bitbucket-server:5.12.3
38+
docker run -v bitbucketVolume:/var/atlassian/application-data/bitbucket --name="bitbucket" -d -p 7990:7990 -p 7999:7999 atlassian/bitbucket-server:8.9.6
3939
```
4040

4141
Once it's running and initialized, the quickest way to testing with Renovate is:

0 commit comments

Comments
 (0)