about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-23 17:15:57 +0200
committerThibaut Girka <thib@sitedethib.com>2018-10-23 17:15:57 +0200
commit8f3096b846f6af87d74304c98fcc66932140f42d (patch)
tree034c4072c9447bb98cb130ed2c5d005f266ae63b /Dockerfile
parent0c7f710be1208397f2d803270a503c1224f19831 (diff)
parent65867b6e6170ab6bc4db6d94b46cd3ddd6b82113 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bdc10c4ab..3e54b6555 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 FROM node:8.12.0-alpine as node
-FROM ruby:2.4.4-alpine3.7
+FROM ruby:2.4.5-alpine3.8
 
 LABEL maintainer="https://github.com/tootsuite/mastodon" \
       description="Your self-hosted, globally interconnected microblogging community"