bar
All checks were successful
Ruby Lint / lint (push) Successful in 19s
Release / docker (push) Successful in 26m12s
Ruby Test / test (push) Successful in 17s

This commit is contained in:
2025-06-28 18:23:41 -05:00
parent bdcd99ec92
commit 34e5e8dcf8

View File

@ -20,7 +20,6 @@ RUN \
RUN \
--mount=type=cache,id=usr-local-bundle-cache-${TARGETARCH},target=${BUNDLE_PATH},sharing=locked \
gem update --system --no-document; \
gem install -N bundler
FROM base AS build