- Mar 19, 2022
-
-
Daniel Jakots authored
See the announcement https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
-
- Feb 14, 2022
-
-
Yamagishi Kazutoshi authored
-
- Jan 30, 2022
-
-
Daniel Jakots authored
Fixes CVE-2021-44532, CVE-2021-44533, and CVE-2022-21824. See: https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/
-
- Dec 25, 2021
-
-
Jeong Arm authored
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
-
- Nov 24, 2021
-
- Nov 18, 2021
- Nov 17, 2021
-
-
Shlee authored
* [Security] Update NodeJS on docker. https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/ * Update Dockerfile * Upgrade npm package * Update Dockerfile
-
- Oct 14, 2021
-
-
David Sterry authored
-
- Sep 13, 2021
-
-
Shlee authored
-
- Aug 10, 2021
-
-
Shlee authored
* 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
-
- Jul 09, 2021
-
-
Daigo 3 Dango authored
Stop using older version of resolv gem as the bug has been fixed. https://bugs.ruby-lang.org/issues/17781
-
- May 04, 2021
-
-
Claire authored
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
-
- Apr 09, 2021
-
-
Daigo 3 Dango authored
* 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/
-
- Mar 30, 2021
-
-
Mashiro authored
-
- Mar 20, 2021
-
-
Sandro authored
* Format, apply hadolint suggestions, little nitpicks * Use pre compiled jemalloc * Use tini from package repository
-
- Mar 12, 2021
-
-
Shlee authored
-
- Jan 28, 2021
-
-
Daniel Jakots authored
This is a security release. You can read the announce at https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/
-
- Jan 08, 2021
-
-
kaiyou authored
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>
-
- Nov 29, 2020
-
-
Shlee authored
-
- Nov 19, 2020
-
-
Daigo 3 Dango authored
thwait and e2mmap are no longer needed in Gemfile. Gems properly require those.
-
- Aug 30, 2020
-
-
Kairui Song | 宋恺睿 authored
* Dockerfile: Fix building with multiarch Tested on amd64 and arm64 * Reduce docker image size by clean up some unneeded source file
-
- Jun 25, 2020
-
-
Shlee authored
-
- Apr 05, 2020
-
-
Shlee authored
-
- Mar 10, 2020
-
-
Shlee authored
* Update Dockerfile * Update Dockerfile
-
- Feb 16, 2020
-
-
Sara Aimée Smiseth authored
Fix non-x64 architectures not being able to build Docker image because of hardcoded Node.js architecture (#13081) * Use ARCH variable instead of hardcoded x64 * fix formating
-
- Jan 28, 2020
-
-
Shlee authored
-
- Dec 30, 2019
-
-
Shlee authored
-
- Nov 29, 2019
-
-
Shlee authored
-
- Nov 04, 2019
-
-
David Caldwell authored
[Rkt](https://coreos.com/rkt) doesn't allow ports to be exposed to containers unless they are declared in the container manifest. Re-adding EXPOSE back in (removed in 1dbf993b) allows the container to be used on rkt based systems.
-
- Oct 02, 2019
- Sep 07, 2019
-
-
Yamagishi Kazutoshi authored
-
- Aug 31, 2019
- Jul 18, 2019
-
-
Eugen Rochko authored
-
- May 26, 2019
-
-
Sandro Jäckel authored
-
- May 25, 2019
-
-
Sandro Jäckel authored
-
Alfie John authored
-
- Mar 08, 2019
-
-
Ben Lubar authored
- Always run apt update before any other apt command. (This fixes incremental builds failing if a remote package is updated.) - Only copy dependency lists before installing dependencies. (This means editing code doesn't force all dependencies to be re-downloaded.) - Delete cache in the same layer that it is created. (Otherwise, deleting cache *increases* the size of the image on non-squashed builds.) - Move the installation of some static dependencies to *before* Mastodon code is imported to Docker.
-