Skip to content

Commit 14f18f5

Browse files
committed
Updated README.md
1 parent 32bc53f commit 14f18f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ git clone https://github.com/aws/aws-lambda-base-images
4141

4242
Then, checkout the branch relevant to the Lambda base image you want to build.
4343

44-
eg. to build the `nodejs12.x` image, start by checking out the `nodejs12.x` branch:
44+
eg. to build the `nodejs18.x` image, start by checking out the `nodejs18.x` branch:
4545
```
46-
git checkout nodejs12.x
46+
git checkout nodejs18.x
4747
```
4848

4949
Finally you can build your image as such:
5050
```
51-
docker build -t nodejs12.x:local -f Dockerfile.nodejs12.x .
51+
docker build -t nodejs18.x:local -f Dockerfile.nodejs18.x .
5252
```
5353

54-
This will use the Dockerfile at `Dockerfile.nodejs12.x` and tag the newly-built image as `nodejs12.x:local`.
54+
This will use the Dockerfile at `Dockerfile.nodejs18.x` and tag the newly-built image as `nodejs18.x:local`.
5555

5656

5757
## Licence

0 commit comments

Comments
 (0)