File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44# -------------------------------------------------------------------------------------------------------------
55
6- FROM ruby:2
6+ FROM ruby:3.0
77
88# Avoid warnings by switching to noninteractive
99ENV DEBIAN_FRONTEND=noninteractive
@@ -28,7 +28,7 @@ RUN apt-get update \
2828 #
2929 # Install node.js
3030 && apt-get -y install curl software-properties-common \
31- && curl -sL https://deb.nodesource.com/setup_13 .x | bash - \
31+ && curl -sL https://deb.nodesource.com/setup_18 .x | bash - \
3232 && apt-get -y install nodejs \
3333 #
3434 # Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
22// https://github.com/microsoft/vscode-dev-containers/tree/v0.101.1/containers/ruby-2
33{
4- "name" : " Ruby 2 " ,
4+ "name" : " Ruby 3 " ,
55 "dockerFile" : " Dockerfile" ,
66
77 // Set *default* container specific settings.json values on container create.
You can’t perform that action at this time.
0 commit comments