From 98bf0d6fcf86fe80636cc4f98d1429fb4534c383 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Sat, 16 Mar 2019 21:31:19 +0100 Subject: [PATCH] ruby 2.6.2 --- .ruby-version | 2 +- .travis.yml | 2 +- Dockerfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 6a6a3d8e35..097a15a2af 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/.travis.yml b/.travis.yml index 0837760401..89a4120c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ rvm: - '2.3.8' - '2.4.5' - '2.5.3' - - '2.6.1' + - '2.6.2' env: - CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"' diff --git a/Dockerfile b/Dockerfile index 600c3af6f8..a447399e9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.1-alpine3.9 AS builder +FROM ruby:2.6.2-alpine3.9 AS builder LABEL maintainer="Rapid7" ARG BUNDLER_ARGS="--jobs=8 --without development test coverage" @@ -36,7 +36,7 @@ RUN apk add --no-cache \ && chmod -R a+r /usr/local/bundle -FROM ruby:2.6.1-alpine3.9 +FROM ruby:2.6.2-alpine3.9 LABEL maintainer="Rapid7" ENV APP_HOME=/usr/src/metasploit-framework