Skip to content

Commit b5ea678

Browse files
committed
1 parent a5a9890 commit b5ea678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image/base/install-ruby

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
set -e
33

4-
RUBY_VERSION="2.7.5"
4+
RUBY_VERSION="2.7.6"
55

6-
mkdir /src
6+
mkdir /src
77
git -C /src clone https://github.com/rbenv/ruby-build.git
88
cd /src/ruby-build && ./install.sh
99
cd / && rm -fr /src

0 commit comments

Comments
 (0)