Skip to content

Commit 397a30b

Browse files
Revert "update Ruby version to 4 in Dockerfile and devcontainer.json"
This reverts commit 0bdd85c.
1 parent 0bdd85c commit 397a30b

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:4-${templateOption:imageVariant}
1+
FROM mcr.microsoft.com/devcontainers/ruby:3-${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:4-${templateOption:imageVariant}"
6+
"image": "mcr.microsoft.com/devcontainers/ruby:3-${templateOption:imageVariant}"
77

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

0 commit comments

Comments
 (0)