Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
.Example from Gemfile
[source,ruby]
----
gem 'dapr', '~> 0.1.9', require: 'dapr/client'
gem 'dapr', '~> 0.4', require: 'dapr/client'
gem 'datadog_api_client'
gem 'grpc', force_ruby_platform: true
----
Expand All @@ -55,7 +55,7 @@ we publish (built from https://docker.io/library/ruby images)
.Example Dockerfile
[source,docker]
----
FROM ghcr.io/rubyists/dapr-ruby-client:0.3.0-ruby3.3.2-alpine3.20
FROM ghcr.io/rubyists/dapr-ruby-client:0.4.2-ruby3.3.6-alpine3.21
RUN ...
----

Expand Down
Loading