bump ruby versions

Address a some recent Ruby vulns by bumping suggested versions to the latest release.
This commit is contained in:
Brent Cook
2020-04-15 07:57:49 -05:00
parent 06cbf2bc60
commit 2b0c4cf758
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.6.5-alpine3.10 AS builder
FROM ruby:2.6.6-alpine3.10 AS builder
LABEL maintainer="Rapid7"
ARG BUNDLER_ARGS="--jobs=8 --without development test coverage"