From 016de072ea330721fd2a33d5deeed10e52f8d941 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Fri, 6 Jun 2025 20:59:13 +0200 Subject: [PATCH] specify container image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 873b2be..bfb91c9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Use official Ruby image -FROM ruby:3.2-slim +FROM docker.io/library/ruby:3.2-slim # Set working directory WORKDIR /app