From 615cf748b31f009a8a2e6eab584b96d14b887e64 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 7 Feb 2026 23:07:46 +0100 Subject: [PATCH] ffs --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3dfaee8..0a9f2cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ # For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html -#ARG COMMIT_SHA -#ARG BUILD_DATE +ARG COMMIT_SHA +ARG COMMIT_MESSAGE # Make sure RUBY_VERSION matches the Ruby version in .ruby-version ARG RUBY_VERSION=3.2.4