From a153489391b6a115323a00a26ee93bbeccc5d18f Mon Sep 17 00:00:00 2001 From: Aviv Dozorets Date: Sun, 5 Jan 2020 15:27:59 +0200 Subject: [PATCH] bump ruby version in template dockerfile Signed-off-by: Aviv Dozorets --- template/ruby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/ruby/Dockerfile b/template/ruby/Dockerfile index facbab69..8968ec16 100644 --- a/template/ruby/Dockerfile +++ b/template/ruby/Dockerfile @@ -1,6 +1,6 @@ FROM openfaas/classic-watchdog:0.18.1 as watchdog -FROM ruby:2.5.1-alpine3.7 +FROM ruby:2.7-alpine3.11 COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog