Skip to content

Commit b74a9dc

Browse files
author
cfsdocs
committed
Added space
1 parent a9616ef commit b74a9dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plan-build.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2022
5-
lastupdated: "2022-01-07"
5+
lastupdated: "2022-01-13"
66

77
keywords: build for code engine, planning for code engine, source code building for code engine, source code repositories and code engine, image builds for code engine, container image builds for code engine, build strategy for code engine, build size for code engine, build, build run, source repository, image registry
88

@@ -25,7 +25,7 @@ A build, or image build, is a mechanism that you can use to create a container i
2525
## Prepare your source location
2626
{: #build-plan-repo}
2727

28-
To give {{site.data.keyword.codeengineshort}} access to your source code, you need to make it available in a Git repository
28+
To give {{site.data.keyword.codeengineshort}} access to your source code, you need to make it available in a Git repository.
2929
{: shortdesc}
3030

3131
Git repository
@@ -51,13 +51,13 @@ When you pull an image from Docker Hub to use with apps or jobs in Code Engine,
5151

5252
| Runtime | Version | Samples |
5353
| --------- | ------- | ------- |
54-
| Go | 1.16.9 | [Go samples](https://github.com/paketo-buildpacks/samples/tree/main/go){: external}. |
54+
| Go | 1.16.12 | [Go samples](https://github.com/paketo-buildpacks/samples/tree/main/go){: external}. |
5555
| Java | 11.0.13 | [Java samples](https://github.com/paketo-buildpacks/samples/tree/main/java){: external}. |
56-
| Node.js | 16.13.0 | [Node.js samples](https://github.com/paketo-buildpacks/samples/tree/main/nodejs){: external}. |
56+
| Node.js | 16.13.1 | [Node.js samples](https://github.com/paketo-buildpacks/samples/tree/main/nodejs){: external}. |
5757
| PHP | 8.0.13 | [PHP samples](https://github.com/paketo-buildpacks/samples/tree/main/php){: external}. |
5858
| Python | 3.8.12 | [Python samples](https://github.com/paketo-buildpacks/samples/tree/main/python){: external}. |
59-
| Ruby | 2.7.4 | [Ruby samples](https://github.com/paketo-buildpacks/samples/tree/main/ruby){: external}. |
60-
| .NET Core | 5.0.403 (.NET Core SDK), \n 5.0.12 (.NET Core Runtime) | [.NET Core samples](https://github.com/paketo-buildpacks/samples/tree/main/dotnet-core){: external}. |
59+
| Ruby | 2.7.5 | [Ruby samples](https://github.com/paketo-buildpacks/samples/tree/main/ruby){: external}. |
60+
| .NET Core | 6.0.101 (.NET Core SDK), \n 6.0.1 (.NET Core Runtime) | [.NET Core samples](https://github.com/paketo-buildpacks/samples/tree/main/dotnet-core){: external}. |
6161
{: caption="Runtime sample files" caption-side="top"}
6262

6363

0 commit comments

Comments
 (0)