Skip to content

Commit

Permalink
CI: Update Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed May 26, 2024
1 parent 6bcea5b commit fe62857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && \
apt install -y make build-essential git bzip2 wget zlib1g-dev libgdbm-dev libreadline-dev libffi-dev

RUN git clone --depth 1 https://github.com/rbenv/ruby-build.git && \
cd ruby-build/bin && ./ruby-build 3.0.6 /usr/local
cd ruby-build/bin && ./ruby-build 3.0.7 /usr/local

RUN mkdir /tmp/gruff
WORKDIR /tmp/gruff
Expand Down

0 comments on commit fe62857

Please sign in to comment.