DEV: Install bundler version used by Discourse as a default. (#735)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Thu, 14 Sep 2023 00:38:47 +0000 (08:38 +0800)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 00:38:47 +0000 (08:38 +0800)
commitc557b9af73a7b02f730bf66cc3341319bf361d21
treeb55cff5c927e36435ca357f1296e5ea7916f6f4c
parent1d43194992c8240761a30ab4ed1d105574943298
DEV: Install bundler version used by Discourse as a default. (#735)

Why this change?

Previously we were running `gem install bundler` to install bundler but
this would install the latest bundler version instead of the bundler
version being used by Discourse. As a result, we end up having to
install bundler over and over again when using the image most of the
time.
image/base/slim.Dockerfile