about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-11-20 16:54:00 -0600
committerStarfall <us@starfall.systems>2020-11-20 16:54:00 -0600
commit19548d0a4bc303ca8017599577e21a6d522eb7bd (patch)
treeef4ada7e8138aa510b0d54509e99ba1fc30995bc /Dockerfile
parent383bb3804bdbd6caa442283cc96ef0cdbfdb4575 (diff)
parent24696458bf22c8529b49f89b2791e3e07583b7e0 (diff)
Merge branch 'glitch' into main
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ad2b20926..570ad6acc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -40,7 +40,7 @@ RUN apt update && \
 	cd .. && rm -rf jemalloc-$JE_VER $JE_VER.tar.gz
 
 # Install Ruby
-ENV RUBY_VER="2.6.6"
+ENV RUBY_VER="2.7.2"
 ENV CPPFLAGS="-I/opt/jemalloc/include"
 ENV LDFLAGS="-L/opt/jemalloc/lib/"
 RUN apt update && \