File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $ docker build \
8787 --build-arg IMAGE_NAME=ubuntu:22.04 \
8888 -t ruby-jemalloc:3.1.4-ubuntu-22.04 .
8989```
90- _ Note: Ruby ` 3.2.2 -slim ` is the default when building the Docker image without any build arguments._
90+ _ Note: Ruby ` 3.3.0 -slim ` is the default when building the Docker image without any build arguments._
9191
9292## Tests
9393
@@ -100,7 +100,7 @@ dgoss run -ti ruby-jemalloc
100100You can specify the Ruby version to test for by passing ` RUBY_VERSION ` as a variable:
101101
102102``` console
103- dgoss run -ti -e RUBY_VERSION=3.2.2 ruby-jemalloc
103+ dgoss run -ti -e RUBY_VERSION=3.3.0 ruby-jemalloc
104104```
105105
106- _ Note: ` 3.2.2 ` is the default. And don't forget to also pass the correct ` RUBY_CHECKSUM ` ._
106+ _ Note: ` 3.3.0 ` is the default. And don't forget to also pass the correct ` RUBY_CHECKSUM ` ._
You can’t perform that action at this time.
0 commit comments