Skip to content

Commit db6cfb6

Browse files
committedOct 19, 2018
new ruby
1 parent 8bc92c0 commit db6cfb6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.2
1+
2.5.3

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ language: ruby
1313
rvm:
1414
- '2.3.8'
1515
- '2.4.5'
16-
- '2.5.2'
16+
- '2.5.3'
1717

1818
env:
1919
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5.2-alpine3.7 AS builder
1+
FROM ruby:2.5.3-alpine3.7 AS builder
22
LABEL maintainer="Rapid7"
33

44
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -37,7 +37,7 @@ RUN apk add --no-cache \
3737
&& chmod -R a+r /usr/local/bundle
3838

3939

40-
FROM ruby:2.5.2-alpine3.7
40+
FROM ruby:2.5.3-alpine3.7
4141
LABEL maintainer="Rapid7"
4242

4343
ENV APP_HOME /usr/src/metasploit-framework/

0 commit comments

Comments
 (0)
Please sign in to comment.