Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 845a97b

Browse files
authored
Update Dockerfile
1 parent 38d5114 commit 845a97b

File tree

1 file changed

+1
-1
lines changed
  • containers/javascript-node-lts/.devcontainer

1 file changed

+1
-1
lines changed

containers/javascript-node-lts/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM node:8
6+
FROM node:lts
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

0 commit comments

Comments
 (0)