We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5117586 commit aff8db3Copy full SHA for aff8db3
2 files changed
.devcontainer/devcontainer.json
@@ -9,7 +9,7 @@
9
"version": "latest"
10
},
11
"ghcr.io/devcontainers/features/node:1": {
12
- "version": "22.22.1"
+ "version": "22.22.2"
13
14
"ghcr.io/devcontainers/features/python:1": {
15
"version": "3.14",
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG NODE_VERSION=22.22.1-alpine3.23@sha256:8094c002d08262dba12645a3b4a15cd6cd627d30bc782f53229a2ec13ee22a00
+ARG NODE_VERSION=22.22.2-alpine3.23@sha256:4d64b49e6c891c8fc821007cb1cdc6c0db7773110ac2c34bf2e6960adef62ed3
2
ARG PNPM_VERSION=10.25.0
3
4
FROM node:$NODE_VERSION AS build
0 commit comments