Skip to content

Commit 0234bdf

Browse files
authored
Update UAA server Docker image tag to latest (#415)
* Update UAA server Docker image tag to latest * Update reference to Cloud Foundry CLI
1 parent 3c7c0d3 commit 0234bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CommonTasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docker run --rm -it --pull=always -p 8761:8761 --name steeltoe-eureka steeltoe.a
7878

7979
### Provision Eureka on Cloud Foundry
8080

81-
Use the [cf cli](https://github.com/cloudfoundry/cli) to create a Service Registry instance in an org/space.
81+
Use the [Cloud Foundry CLI](https://github.com/cloudfoundry/cli) to create a Service Registry instance in an org/space.
8282

8383
1. Choose a service plan
8484
```shell
@@ -171,7 +171,7 @@ The Steeltoe team has created a [UAA configuration](https://github.com/SteeltoeO
171171
### Run UAA Server with Docker
172172

173173
```shell
174-
docker run --rm -it --pull=always -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:77.10
174+
docker run --rm -it --pull=always -p 8080:8080 --name steeltoe-uaa steeltoe.azurecr.io/uaa-server:latest
175175
```
176176

177177
### Run Steeltoe UAA on Cloud Foundry

0 commit comments

Comments
 (0)