File tree 1 file changed +4
-4
lines changed 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
41
41
42
42
Then, checkout the branch relevant to the Lambda base image you want to build.
43
43
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:
45
45
```
46
- git checkout nodejs12 .x
46
+ git checkout nodejs18 .x
47
47
```
48
48
49
49
Finally you can build your image as such:
50
50
```
51
- docker build -t nodejs12 .x:local -f Dockerfile.nodejs12 .x .
51
+ docker build -t nodejs18 .x:local -f Dockerfile.nodejs18 .x .
52
52
```
53
53
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` .
55
55
56
56
57
57
## Licence
You can’t perform that action at this time.
0 commit comments