Skip to content

Commit a3e8dc8

Browse files
committed
Up version to .net 9
1 parent a47e4ca commit a3e8dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/gateway-dotnet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ CLI::
200200
----
201201
cd /projects/workshop/labs/gateway-dotnet
202202
203-
oc new-build dotnet:6.0 --name gateway-coolstore \
203+
oc new-build dotnet:9.0 --name gateway-coolstore \
204204
--labels=component=gateway \
205205
--env DOTNET_STARTUP_PROJECT=app.csproj --binary=true
206206
oc start-build gateway-coolstore --from-dir=. -w

0 commit comments

Comments
 (0)