bump to ruby 2.5.1

This commit is contained in:
Christian Mehlmauer
2018-03-30 12:47:19 +02:00
parent e3e12ad924
commit 6a6824efe9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.0-alpine3.7
FROM ruby:2.5.1-alpine3.7
LABEL maintainer="Rapid7"
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"