From ac77420888c9dcce5c287a88a35e505d4e662009 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 30 Apr 2026 10:07:06 +0200 Subject: [PATCH] Pin Gemfile.lock; restore proper Docker cache invalidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Docker can't detect external git changes — Gemfile.lock change is the signal. Workflow: after pushing rubbs, run bundle update bbs and commit the new Gemfile.lock. Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 888a3b1..b80ef55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache git build-base WORKDIR /app -COPY Gemfile ./ +COPY Gemfile Gemfile.lock ./ RUN bundle install COPY bbs.rb ./ diff --git a/Gemfile.lock b/Gemfile.lock index 19ba628..a00e539 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://git.teletype.hu/tools/rubbs.git - revision: 272e75bd6f90a235eeac684d412ceb04c146c926 + revision: c01159dc2306ed9adda3b865346ae1f987649a67 specs: bbs (0.1.0) artii (~> 2.1)