From df8585112ff3780443f71b8a580b13e4b060b490 Mon Sep 17 00:00:00 2001 From: Brot & Games Date: Tue, 15 Oct 2024 23:44:52 +0200 Subject: [PATCH] Downgrade ruby from 3.3.1-alpine3.18 to 3.3.0-alpine3.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d41bb1c..6708eaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.1-alpine3.18 +FROM ruby:3.3.0-alpine3.18 # for postgres: postgresql-dev RUN apk add --no-cache \