From 6af53c63feb909d19bab970aedb3b0c583073eb6 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Wed, 24 May 2023 13:56:35 -0700 Subject: [PATCH] Update Dockerfiles to use Ruby 3.0 (#1780) --- Dockerfile | 2 +- Dockerfile.codeclimate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40dc62d2b7..9dcf3f218a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7-alpine +FROM ruby:3.0-alpine LABEL maintainer="Justin Collins " WORKDIR /usr/src/app diff --git a/Dockerfile.codeclimate b/Dockerfile.codeclimate index 9600ba01d2..518d883153 100644 --- a/Dockerfile.codeclimate +++ b/Dockerfile.codeclimate @@ -1,4 +1,4 @@ -FROM ruby:2.7-alpine +FROM ruby:3.0-alpine LABEL maintainer="Justin Collins" WORKDIR /usr/src/app