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: .devcontainer/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.212.0/containers/javascript-node/.devcontainer/base.Dockerfile
2
-
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:b01b5db5c3017e0ddd8501f9225b1c9a103a672ea5f309c5035dbc9dedf879b6
2
+
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node@sha256:ff7fcaf39a616aed41b7e9af6ebedfee1c605e89ba9416c6fa79f33762345aa7
3
3
4
4
# Install fnm to manage Node.js versions
5
5
RUN curl -fsSL https://fnm.vercel.app/install -o /tmp/install \
0 commit comments