Skip to content

Commit

Permalink
Update cibuild-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere authored Jan 4, 2024
1 parent a9855b6 commit 0bf479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild-docker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

: ${RUBY_VERSION:="2.7"}
: ${RUBY_VERSION:="3.2"}
docker build -t github-pages-health-check --build-arg RUBY_VERSION=$RUBY_VERSION .
if [ -n "$DEBUG" ]; then
# Run a shell.
Expand Down

0 comments on commit 0bf479b

Please sign in to comment.