Skip to content

Releases: fly-apps/dockerfile-rails

v1.15.12

24 Oct 01:00
Compare
Choose a tag to compare

Eliminate an inadvertent hard dependency on Ruby 3.2

Full Changelog: v1.5.11...v1.5.12

v1.5.11

22 Oct 14:15
Compare
Choose a tag to compare
  • default to yarn 1 if yarn is not installed locally as corepack doesn't support "latest"
  • upgrade tests to Rails 7.1 and bun
  • miscellaneous cleanups in the README

Full Changelog: v1.5.10...v1.5.11

v1.5.10

22 Sep 01:06
Compare
Choose a tag to compare

What's Changed

  • Add supporting freetds lib for required tiny_tds driver with SQL Server by @ttilberg in #64
  • more complete support for SQL server: new option, auto detection, set as deploy database if used
  • Fix --add-base to add packages even if there isn't a motivating requirement (e.g. passenger, chrome)

Full Changelog: v1.5.9...v1.5.10

v1.5.9

16 Sep 15:13
Compare
Choose a tag to compare

Fix --parallel to also handle bun by incorporating suggestions by @luizkowalski. See: #60

Full Changelog: v1.5.8...v1.5.9

v1.5.8

14 Sep 19:11
Compare
Choose a tag to compare

What's Changed

  • Gem.ruby_version compares against a Gem::Version object by @ttilberg in #59
  • Bun support in 3ee217a

New Contributors

Full Changelog: v1.5.7...v1.5.8

v1.5.7

11 Sep 21:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v1.5.7

v1.5.6

11 Sep 19:22
Compare
Choose a tag to compare

Fix dockerfiles generated when node is not installed locally, and execjs is used

Full Changelog: v1.5.5...v1.5.6

v1.5.5

09 Sep 22:51
Compare
Choose a tag to compare

exclude pids, storage directories in .dockerignore

Full Changelog: v1.5.4...v1.5.5

v1.5.4

03 Sep 19:23
Compare
Choose a tag to compare

What's Changed

  • Avoids invalid byte sequence in UTF-8 by @kinduff in #55
  • Allow to provide credentials for a private gemserver by @tmaier in #47
  • When node is not detected use system version rather than non-existent "lts" version
  • add .npmrc and/or .yarnrc to COPY statement if present
  • only run bootsnap once if precompile=="defer"

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

20 Aug 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3