We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47e4ca commit a3e8dc8Copy full SHA for a3e8dc8
documentation/modules/ROOT/pages/gateway-dotnet.adoc
@@ -200,7 +200,7 @@ CLI::
200
----
201
cd /projects/workshop/labs/gateway-dotnet
202
203
-oc new-build dotnet:6.0 --name gateway-coolstore \
+oc new-build dotnet:9.0 --name gateway-coolstore \
204
--labels=component=gateway \
205
--env DOTNET_STARTUP_PROJECT=app.csproj --binary=true
206
oc start-build gateway-coolstore --from-dir=. -w
0 commit comments