From 8e681582eaacf36df0900c54202b99792d9a20c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 18:31:44 +0000 Subject: [PATCH] Bump ruby from 2.7.3-alpine3.13 to 3.0.1-alpine3.13 Bumps ruby from 2.7.3-alpine3.13 to 3.0.1-alpine3.13. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d6fa4c..174a808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.3-alpine3.13 +FROM ruby:3.0.1-alpine3.13 LABEL maintainer="ferrari.marco@gmail.com"