We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc92c0 commit db6cfb6Copy full SHA for db6cfb6
.ruby-version
@@ -1 +1 @@
1
-2.5.2
+2.5.3
.travis.yml
@@ -13,7 +13,7 @@ language: ruby
13
rvm:
14
- '2.3.8'
15
- '2.4.5'
16
- - '2.5.2'
+ - '2.5.3'
17
18
env:
19
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:2.5.2-alpine3.7 AS builder
+FROM ruby:2.5.3-alpine3.7 AS builder
2
LABEL maintainer="Rapid7"
3
4
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -37,7 +37,7 @@ RUN apk add --no-cache \
37
&& chmod -R a+r /usr/local/bundle
38
39
40
-FROM ruby:2.5.2-alpine3.7
+FROM ruby:2.5.3-alpine3.7
41
42
43
ENV APP_HOME /usr/src/metasploit-framework/
0 commit comments