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 .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Microsoft Ubuntu 24.04 image as a base
FROM mcr.microsoft.com/vscode/devcontainers/base:2.0.5-ubuntu-24.04
FROM mcr.microsoft.com/devcontainers/base:2.0.5-ubuntu-24.04

# Install Docker CLI Environment Variable
ARG INSTALL_DOCKER_CLI=false
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"service": "engineering-base",
"workspaceFolder": "/workspaces/engineering-base",
"features": {
"ghcr.io/devcontainers/features/node:2.0.0": {
"ghcr.io/devcontainers/features/node:2.1.0": {
"version": "24.16.0",
"nvmVersion": "0.40.5"
}
Expand Down