From 19c7b06fc16d384309390032a030582ceb36bd98 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 30 May 2024 14:35:07 +1200 Subject: [PATCH] Update Dockerfile to the latest Ruby version I noticed while investigating #9 that the Ruby version is hardcoded. In lieu of fixing that just yet I thought I could at least bring it up to date. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9c9ef6..90ee910 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-alpine +FROM ruby:3.3.1-alpine RUN apk add --update build-base git