about summary refs log tree commit diff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2022-07-25Merge remote-tracking branch 'glitch/main'Starfall
2022-06-27Update Dockerfile (#18717)Shlee
2022-03-30Update to Mastodon 2.5.0Starfall
Merge remote-tracking branch 'glitch/main'
2022-03-19Bump NODE_VER to 16.14.2 (#17825)Daniel Jakots
See the announcement https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
2022-02-25Merge remote-tracking branch 'glitch/main'Starfall
2022-02-14Remove protobuf dependencies (#17539)Yamagishi Kazutoshi
2022-01-31Merge branch 'glitchsoc'Starfall
2022-01-31Bump NODE_VER to 16.13.2, to solve security issues (#17399)Daniel Jakots
Fixes CVE-2021-44532, CVE-2021-44533, and CVE-2022-21824. See: https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/
2021-12-25Save bundle config as local (#17188)Jeong Arm
Some bundle options are saved as global user config and not project local. Specially, `deployment` must be saved as local config to be run on copied environment
2021-11-24Upgrade Ruby to 3.0.3 (#17038)zunda
https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/
2021-11-18Update Dockerfile (#16939)Shlee
2021-11-18Ruby 3.0.2 Upgrade (#16982)Shlee
* Update .ruby-version * Update Gemfile * Update Gemfile.lock * Update Dockerfile * Update check-i18n.yml * Update config.yml * Update config.yml
2021-11-17[Dockerfile] [Security] Update NodeJS to V16 (LTS) on docker. (#16856)Shlee
* [Security] Update NodeJS on docker. https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/ * Update Dockerfile * Upgrade npm package * Update Dockerfile
2021-10-14add bundle flag to suppress root warning (#16557)David Sterry
2021-09-13Update Dockerfile (#16696)Shlee
2021-08-10NodeJS 14 support - circleci/docker/.nvmrc (#16163)Shlee
* Update config.yml * Update Dockerfile * Update .nvmrc * Update Dockerfile * NodeJS 10 is EOL. * Update package.json * Update README.md * Update Vagrantfile * Update Dockerfile * Update Dockerfile
2021-07-10Use ruby-2.7.4 (#16481)Daigo 3 Dango
Stop using older version of resolv gem as the bug has been fixed. https://bugs.ruby-lang.org/issues/17781
2021-05-04Revert default Ruby version to 2.7.2 (#16154)Claire
Ruby 2.7.3 introduced a new bug with Resolv::DNS, which we heavily use within Mastodon: https://bugs.ruby-lang.org/issues/17781 Ruby 2.7.3 also included security fixes for two CVEs, but those do not seem to apply to Mastodon: https://github.com/tootsuite/mastodon/pull/16004#issuecomment-815125025
2021-04-09Upgrade Ruby to 2.7.3 (#16004)Daigo 3 Dango
* Upgrade Ruby to 2.7.3 https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/ includes security fixes to - CVE-2021-28965: XML round-trip vulnerability in REXML - CVE-2021-28966: Path traversal in Tempfile on Windows * Update rexml to 3.2.5 https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/
2021-04-02Merge branch 'glitch'Starfall
2021-03-30build: install shared-mime-info in Dockerfile (#15978)Mashiro
2021-03-20Docker: Use precompiled jemalloc, format, apply hadolint suggestions (#10823)Sandro
* Format, apply hadolint suggestions, little nitpicks * Use pre compiled jemalloc * Use tini from package repository
2021-03-12Update Dockerfile (#15869)Shlee
2021-02-08Merge remote-tracking branch 'glitchsoc/main' into mainStarfall
2021-01-28Update to Node.js-12.20.1 (#15558)Daniel Jakots
This is a security release. You can read the announce at https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/
2021-01-13Merge branch 'glitch' into mainStarfall
2021-01-08Fix the Dockerfile in case of Kaniko build (#15510)kaiyou
Kaniko does not support looking up binaries from $PATH, so we specify the full path to the bash binary. Co-authored-by: kaiyou <dev@kaiyou.fr>
2020-12-07Merge branch 'glitch' into mainStarfall
2020-11-29Update Dockerfile (#15232)Shlee
2020-11-20Merge branch 'glitch' into mainStarfall
2020-11-19Use Ruby 2.7.2 (#15150)Daigo 3 Dango
thwait and e2mmap are no longer needed in Gemfile. Gems properly require those.
2020-09-02Merge branch 'glitch' into mainStarfall
2020-08-30Minor fix & improvement for the Dockerfile (#14686)Kairui Song | 宋恺睿
* Dockerfile: Fix building with multiarch Tested on amd64 and arm64 * Reduce docker image size by clean up some unneeded source file
2020-07-03Add commit hash to displayed version numberStarfall
Also includes a few tweaks to the README
2020-07-01Merge branch 'glitch' into mainStarfall
2020-06-25Update Dockerfile (#13582)Shlee
2020-04-11Merge branch 'glitch'Starfall
2020-04-11Revert "Revert "Merge branch 'glitch'""Starfall
This reverts commit 12d35783db1bb302d7540d8d3690ab6eed3dac3b.
2020-04-05[Security] Update Dockerfile for Ruby 2.6.6 (#13393)Shlee
2020-03-10[Security] Bump Node.js from 12.14.0 to 12.16.1 in Docker (#13235)Shlee
* Update Dockerfile * Update Dockerfile
2020-03-01Revert "Merge branch 'glitch'"Starfall
Login is broken This reverts commit 22a55edc158352003a3953964c9d332a60c86428, reversing changes made to 5902299384d15249fe4b84b8761d4a49f3c7f6fd.
2020-03-01Merge branch 'glitch'Starfall
2020-02-16Fix non-x64 architectures not being able to build Docker image because of ↵Sara Aimée Smiseth
hardcoded Node.js architecture (#13081) * Use ARCH variable instead of hardcoded x64 * fix formating
2020-02-04Merge branch 'glitch'Starfall
2020-01-28Update Dockerfile (#12997)Shlee
2019-12-30Upgrade Node v12 in Dockerfile (#12703)Shlee
2019-12-09Merge branch 'production'Starfall
2019-12-09Merge branch 'glitch'`Starfall
2019-11-29Updated NodeJS in Dockerfile (#12492)Shlee
2019-11-13Merge branch 'glitch' into productionReverite