Skip to content

Commit

Permalink
Merge pull request #9 from rails/prepare-0.2.0
Browse files Browse the repository at this point in the history
Prepare 0.2.0 release
  • Loading branch information
andrewn617 authored Mar 19, 2024
2 parents 374d87a + 1a8750d commit 3c76ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
imageName: ghcr.io/rails/devcontainer/images/ruby
cacheFrom: ghcr.io/rails/devcontainer/images/ruby
imageTag:
- 0.1.0-${{ matrix.RUBY_VERSION }}
- 0.2.0-${{ matrix.RUBY_VERSION }}
- ${{ matrix.RUBY_VERSION }} ]
subFolder: images/ruby
push: always
2 changes: 1 addition & 1 deletion features/ruby/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "0.1.0",
"version": "0.2.0",
"name": "Ruby (via rbenv)",
"description": "Installs Ruby, rbenv, ruby-build and libraries needed to build Ruby",
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion images/ruby/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": "latest",
"ppa": "false"
},
"ghcr.io/rails/devcontainer/features/ruby:0.1.0": {
"ghcr.io/rails/devcontainer/features/ruby:0.2.0": {
"version": "${localEnv:RUBY_VERSION}"
}
},
Expand Down

0 comments on commit 3c76ba4

Please sign in to comment.