Skip to content

Commit edd0fcc

Browse files
CopilotKaniska244
andcommitted
revert: undo ruby and ruby-rails-postgres template changes
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
1 parent c0d7861 commit edd0fcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ruby-rails-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/ruby:3-${templateOption:imageVariant}
1+
FROM mcr.microsoft.com/devcontainers/ruby:2-${templateOption:imageVariant}
22

33
# Install Rails
44
RUN su vscode -c "gem install rails webdrivers"

src/ruby/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Ruby",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/ruby:3-${templateOption:imageVariant}"
6+
"image": "mcr.microsoft.com/devcontainers/ruby:2-${templateOption:imageVariant}"
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},

0 commit comments

Comments
 (0)