Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0f75b34

Browse files
authored
Default to stable Ruby 3.1 release (#1317)
1 parent b55209d commit 0f75b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] Ruby version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.1, 3.0, 2, 2.7, 2.6, 3-bullseye, 3.1-bullseye, 3.0-bullseye, 2-bullseye, 2.7-bullseye, 2.6-bullseye, 3-buster, 3.1-buster, 3.0-buster, 2-buster, 2.7-buster, 2.6-buster
2-
ARG VARIANT=2-bullseye
2+
ARG VARIANT=3.1-bullseye
33
FROM mcr.microsoft.com/vscode/devcontainers/ruby:${VARIANT}
44

55
# Install Rails

containers/ruby-rails-postgres/.devcontainer/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# Update 'VARIANT' to pick a version of Ruby: 3, 3.1, 3.0, 2, 2.7, 2.6
1010
# Append -bullseye or -buster to pin to an OS version.
1111
# Use -bullseye variants on local arm64/Apple Silicon.
12-
VARIANT: "2-bullseye"
12+
VARIANT: "3.1-bullseye"
1313
# Optional Node.js version to install
1414
NODE_VERSION: "lts/*"
1515

0 commit comments

Comments
 (0)