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
@@ -63,7 +63,7 @@ See `example.devcontainer.json` for a full configuration example including:
63
63
```yaml
64
64
services:
65
65
devcontainer:
66
-
image: ghcr.io/arthurfiorette/devwork:24-node
66
+
image: ghcr.io/arthurfiorette/devwork:lts-node
67
67
volumes:
68
68
- .:/workspace
69
69
command: sleep infinity
@@ -72,22 +72,22 @@ services:
72
72
### Direct Docker Run
73
73
74
74
```bash
75
-
docker run -it --rm ghcr.io/arthurfiorette/devwork:24-node zsh
75
+
docker run -it --rm ghcr.io/arthurfiorette/devwork:lts-node zsh
76
76
```
77
77
78
78
## Available Tags
79
79
80
80
The image is published with tags for different Node.js versions:
81
81
82
+
-`lts-node` - Node.js LTS version
83
+
-`lts-node-abc1234` - Node.js LTS at specific commit
84
+
82
85
-`24-node` - Node.js 24.x (recommended)
83
86
-`24-node-abc1234` - Node.js 24.x at specific commit
84
87
-`22-node` - Node.js 22.x
85
88
-`22-node-abc1234` - Node.js 22.x at specific commit
86
89
87
-
-`lts-node` - Node.js LTS version
88
-
-`lts-node-abc1234` - Node.js LTS at specific commit
89
-
90
-
Use version tags (e.g., `24-node`) for the latest build, or commit-specific tags (e.g., `24-node-abc1234`) to pin to a specific version. Images are rebuilt weekly with security updates.
90
+
Use version tags (e.g., `lts-node`) for the latest build, or commit-specific tags (e.g., `lts-node-abc1234`) to pin to a specific version. Images are rebuilt weekly with security updates.
0 commit comments