Update depenencies, bump versoin

This commit is contained in:
Dan Milne
2025-11-30 23:13:25 +11:00
parent 7af8624bf8
commit 283feea175
6 changed files with 96 additions and 74 deletions

View File

@@ -11,6 +11,8 @@
ARG RUBY_VERSION=3.4.6
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
LABEL org.opencontainers.image.source https://github.com/dkam/clinch
# Rails app lives here
WORKDIR /rails