We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdd85c commit 397a30bCopy full SHA for 397a30b
2 files changed
src/ruby-rails-postgres/.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/devcontainers/ruby:4-${templateOption:imageVariant}
+FROM mcr.microsoft.com/devcontainers/ruby:3-${templateOption:imageVariant}
2
3
# Install Rails
4
RUN su vscode -c "gem install rails webdrivers"
src/ruby/.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
{
"name": "Ruby",
5
// 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}"
+ "image": "mcr.microsoft.com/devcontainers/ruby:3-${templateOption:imageVariant}"
7
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
// "features": {},
0 commit comments