From 263c136f41ac810455ce966e4890ac251d251193 Mon Sep 17 00:00:00 2001 From: Alex Sorokoletov <1788581+alexsorokoletov@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:19:20 -0500 Subject: [PATCH] Update Dockerfile to use 2.7.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5329ab..509c0b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0-alpine +FROM ruby:2.7.5-alpine RUN apk --no-cache add git curl RUN gem install dpl --pre