From 1a8750d28883fd31b88d5ad72bce7407a955fde4 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Tue, 19 Mar 2024 10:52:21 -0400 Subject: [PATCH] Prepare 0.2.0 release --- .github/workflows/build-and-publish-images.yaml | 2 +- features/ruby/devcontainer-feature.json | 2 +- images/ruby/.devcontainer/devcontainer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish-images.yaml b/.github/workflows/build-and-publish-images.yaml index a99ed51..359d298 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -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 \ No newline at end of file diff --git a/features/ruby/devcontainer-feature.json b/features/ruby/devcontainer-feature.json index e2cb860..a0ba96f 100644 --- a/features/ruby/devcontainer-feature.json +++ b/features/ruby/devcontainer-feature.json @@ -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": { diff --git a/images/ruby/.devcontainer/devcontainer.json b/images/ruby/.devcontainer/devcontainer.json index 4caa63e..25a20f8 100644 --- a/images/ruby/.devcontainer/devcontainer.json +++ b/images/ruby/.devcontainer/devcontainer.json @@ -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}" } },