You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/typescript-node/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Opinionated `Dockerfile` for Node.js and TypeScript development. This image includes a set of common tools and configurations for a smooth development experience.
6
6
7
-
- This image is built on top of the [Node.js](https://hub.docker.com/_/node) base image. Default image variant is `22-bookworm-slim`, which is based on the latest LTS version of Node.js (22.x) and Debian Bookworm.
7
+
- This image is built on top of the [Node.js](https://hub.docker.com/_/node) base image. Default image variant is `24-bookworm-slim`, which is based on the latest LTS version of Node.js (24.x) and Debian Bookworm.
8
8
- [How to choose Node.js container image](https://labs.iximiuz.com/tutorials/how-to-choose-nodejs-container-image)
9
9
- [Choosing the best Node.js Docker image](https://snyk.io/blog/choosing-the-best-node-js-docker-image/)
10
10
- Package Manager is set up through corepack, [PNPM](https://pnpm.io/) is enabled and configured by default.
@@ -15,7 +15,7 @@ Opinionated `Dockerfile` for Node.js and TypeScript development. This image incl
15
15
16
16
| Argument | Description | Type | Default Value |
17
17
|----------|-------------|------|---------------|
18
-
| VARIANT | The image variant to use. See [supported tags](https://hub.docker.com/_/node)|`string`|`22-bookworm-slim`|
18
+
| VARIANT | The image variant to use. See [supported tags](https://hub.docker.com/_/node)|`string`|`24-bookworm-slim`|
0 commit comments