Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/src/nodejs/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"x-build": {
"name": "Node.js",
"image-name": "nodejs",
"image-version": "2.3.4"
"image-version": "2.4.0"
},
"build": {
"dockerfile": "./Dockerfile",
Expand Down
2 changes: 1 addition & 1 deletion images/src/nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/sjinks/codespaces/alpine-base:latest@sha256:5cf33e463597f1d9236dc02957649af894d7bfb86a42a48b1d19ca97481dd900
FROM ghcr.io/sjinks/codespaces/alpine-base:latest@sha256:27dcb63e338c4bc6d07d351a94541a8ee5cadf20548d8542ff9540813e10d60c

RUN apk add --no-cache nodejs npm npm-bash-completion python3 make g++