zunda 2 years ago
committed by GitHub
parent
commit
46e62fc4b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .ruby-version
  2. +1
    -1
      Dockerfile

+ 1
- 1
.ruby-version View File

@ -1 +1 @@
3.0.2
3.0.3

+ 1
- 1
Dockerfile View File

@ -27,7 +27,7 @@ RUN ARCH= && \
mv node-v$NODE_VER-linux-$ARCH /opt/node
# Install Ruby 3.0
ENV RUBY_VER="3.0.2"
ENV RUBY_VER="3.0.3"
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential \
bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \

Loading…
Cancel
Save