File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- 2.4.2
1
+ 2.4.3
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ addons:
12
12
language : ruby
13
13
rvm :
14
14
- ' 2.2'
15
- - ' 2.3.5 '
16
- - ' 2.4.2 '
15
+ - ' 2.3.6 '
16
+ - ' 2.4.3 '
17
17
18
18
env :
19
19
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'
Original file line number Diff line number Diff line change 1
- FROM ruby:2.4.2-alpine
1
+ FROM ruby:2.4.3-alpine3.7
2
2
LABEL maintainer="Rapid7"
3
3
4
4
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -20,14 +20,16 @@ RUN apk update && \
20
20
nmap-scripts \
21
21
nmap-nselibs \
22
22
postgresql-libs \
23
+ python \
24
+ python3 \
23
25
ncurses \
24
26
libcap \
25
27
&& apk add --virtual .ruby-builddeps \
26
28
autoconf \
27
29
bison \
28
30
build-base \
29
31
ruby-dev \
30
- openssl -dev \
32
+ libressl -dev \
31
33
readline-dev \
32
34
sqlite-dev \
33
35
postgresql-dev \
You can’t perform that action at this time.
0 commit comments