Skip to content

Commit

Permalink
chore: try to fix ruby docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 3, 2023
1 parent 467a91a commit bf97ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func nodeTests(ctx context.Context, client *dagger.Client, flipt *dagger.Contain

// rubyTests runs the ruby integration test suite against a container running Flipt.
func rubyTests(ctx context.Context, client *dagger.Client, flipt *dagger.Container, dynamicLibrary *dagger.File, _ *dagger.File, hostDirectory *dagger.Directory) error {
_, err := client.Container().From("ruby:3.1.0-bookworm").
_, err := client.Container().From("ruby:3.1-bookworm").
WithWorkdir("/app").
WithDirectory("/app", hostDirectory.Directory("flipt-client-ruby")).
WithFile("/app/libfliptengine.so", dynamicLibrary).
Expand Down

0 comments on commit bf97ed0

Please sign in to comment.