about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorReverite <github@reverite.sh>2019-03-21 15:39:20 -0700
committerReverite <github@reverite.sh>2019-03-21 15:39:20 -0700
commite356a902d23a0ed87c62717085a37d34550c8464 (patch)
treef1fe24e076fa14317646423fc171f0085fc5f7e0 /Dockerfile
parent592735fd80acd0aeffb5a5674255ed48d7a8db0b (diff)
Upgrade Versions to Latest
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index eead23833..79cde580b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:18.04 as build-dep
 SHELL ["bash", "-c"]
 
 # Install Node
-ENV NODE_VER="10.15.1"
+ENV NODE_VER="10.15.3"
 RUN	echo "Etc/UTC" > /etc/localtime && \
 	apt update && \
 	apt -y dist-upgrade && \
@@ -31,7 +31,7 @@ RUN apt update && \
 	make install_bin install_include install_lib
 
 # Install ruby
-ENV RUBY_VER="2.6.1"
+ENV RUBY_VER="2.6.2"
 ENV CPPFLAGS="-I/opt/jemalloc/include"
 ENV LDFLAGS="-L/opt/jemalloc/lib/"
 RUN apt update && \
@@ -125,4 +125,4 @@ RUN cd ~ && \
 
 # Set the work dir and the container entry point
 WORKDIR /opt/mastodon
-ENTRYPOINT ["/tini", "--"]
\ No newline at end of file
+ENTRYPOINT ["/tini", "--"]