From db6cfb65d37800181cca85b2cc321c8deba9c39a Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 19 Oct 2018 02:57:20 +0200 Subject: [PATCH] new ruby --- .ruby-version | 2 +- .travis.yml | 2 +- Dockerfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index f225a78adf..aedc15bb0c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.2 +2.5.3 diff --git a/.travis.yml b/.travis.yml index fc5cacd959..c2df146c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ language: ruby rvm: - '2.3.8' - '2.4.5' - - '2.5.2' + - '2.5.3' env: - CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"' diff --git a/Dockerfile b/Dockerfile index 4107ac5dd2..1c7e0b1d5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5.2-alpine3.7 AS builder +FROM ruby:2.5.3-alpine3.7 AS builder LABEL maintainer="Rapid7" ARG BUNDLER_ARGS="--jobs=8 --without development test coverage" @@ -37,7 +37,7 @@ RUN apk add --no-cache \ && chmod -R a+r /usr/local/bundle -FROM ruby:2.5.2-alpine3.7 +FROM ruby:2.5.3-alpine3.7 LABEL maintainer="Rapid7" ENV APP_HOME /usr/src/metasploit-framework/