From 2c1f81a649d364ce7ff3bcb45c532fc160de5ac7 Mon Sep 17 00:00:00 2001 From: Daniel Sutton Date: Sat, 10 Oct 2020 23:10:35 +0100 Subject: [PATCH] updated ruby to 2.5.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fd63422..a496e7d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.5.3 +FROM ruby:2.5.8 WORKDIR /opt/puppet