Skip to content

Commit 2125ba6

Browse files
authored
Update README.md
1 parent 19115bb commit 2125ba6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
100100
You 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`._

0 commit comments

Comments
 (0)