From 2f26ddf156b5f8dfe2d0d87754492ea3d3414a2f Mon Sep 17 00:00:00 2001 From: ducksecops Date: Wed, 30 Oct 2019 22:16:03 +0000 Subject: [PATCH] Updated Dockerfile to Alpine 3.10 with Ruby 2.6.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7b0a6627e..67ae3ec9cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.5-alpine3.9 AS builder +FROM ruby:2.6.5-alpine3.10 AS builder LABEL maintainer="Rapid7" ARG BUNDLER_ARGS="--jobs=8 --without development test coverage" @@ -36,7 +36,7 @@ RUN apk add --no-cache \ && chmod -R a+r /usr/local/bundle -FROM ruby:2.6.2-alpine3.9 +FROM ruby:2.6.5-alpine3.10 LABEL maintainer="Rapid7" ENV APP_HOME=/usr/src/metasploit-framework