ruby update

This commit is contained in:
Christian Mehlmauer
2018-10-18 00:51:29 +02:00
parent 6660b1857b
commit 8bc92c060e
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ruby:2.5.1-alpine3.7 AS builder
FROM ruby:2.5.2-alpine3.7 AS builder
LABEL maintainer="Rapid7"
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"
@@ -37,7 +37,7 @@ RUN apk add --no-cache \
&& chmod -R a+r /usr/local/bundle
FROM ruby:2.5.1-alpine3.7
FROM ruby:2.5.2-alpine3.7
LABEL maintainer="Rapid7"
ENV APP_HOME /usr/src/metasploit-framework/