File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ git clone https://github.com/aws/aws-lambda-base-images
4141
4242Then, 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
4949Finally 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
You can’t perform that action at this time.
0 commit comments