update to ruby 2.6.1 and alpine 3.9

This commit is contained in:
Christian Mehlmauer
2019-02-05 17:57:38 +01:00
parent bd2decdfe9
commit bd17b605db
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
FROM ruby:2.6.0-alpine3.8 AS builder
FROM ruby:2.6.1-alpine3.9 AS builder
LABEL maintainer="Rapid7"
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -16,7 +16,7 @@ RUN apk add --no-cache \
bison \
build-base \
ruby-dev \
libressl-dev \
openssl-dev \
readline-dev \
sqlite-dev \
postgresql-dev \
@@ -37,7 +37,7 @@ RUN apk add --no-cache \
&& chmod -R a+r /usr/local/bundle
FROM ruby:2.6.0-alpine3.8
FROM ruby:2.6.1-alpine3.9
LABEL maintainer="Rapid7"
ENV APP_HOME=/usr/src/metasploit-framework