From 3fe788b833ff43516a49e53767ac811040cf7544 Mon Sep 17 00:00:00 2001 From: Alex Sorokoletov <1788581+alexsorokoletov@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:50:18 -0500 Subject: [PATCH] Update Dockerfile to ruby 2.7.5 to pull fresh dpl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9e820e..ac85265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6-alpine +FROM ruby:2.7.5-alpine RUN apk --no-cache add git curl RUN gem install dpl dpl-heroku