Skip to content

Commit e249b46

Browse files
authored
feat(notrly): Force a release by updating the readme with current dapr version (#81)
1 parent ba6482f commit e249b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If bundler is not being used to manage dependencies, install the gem by executin
4141
.Example from Gemfile
4242
[source,ruby]
4343
----
44-
gem 'dapr', '~> 0.1.9', require: 'dapr/client'
44+
gem 'dapr', '~> 0.4', require: 'dapr/client'
4545
gem 'datadog_api_client'
4646
gem 'grpc', force_ruby_platform: true
4747
----
@@ -55,7 +55,7 @@ we publish (built from https://docker.io/library/ruby images)
5555
.Example Dockerfile
5656
[source,docker]
5757
----
58-
FROM ghcr.io/rubyists/dapr-ruby-client:0.3.0-ruby3.3.2-alpine3.20
58+
FROM ghcr.io/rubyists/dapr-ruby-client:0.4.2-ruby3.3.6-alpine3.21
5959
RUN ...
6060
----
6161

0 commit comments

Comments
 (0)