Skip to content

Commit c6dfae5

Browse files
authored
Bump versions of ruby & nodejs in devcontainer (#9360)
Merge pull request 9360
1 parent bb954ff commit c6dfae5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
ENV 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.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

0 commit comments

Comments
 (0)