File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1111
1212- Add ` required: false ` to ` depends_on ` in ` docker-compose.yml ` (requires Docker Compose v2.20.2+)
1313
14+ #### Languages and services
15+
16+ - Update ` Node ` to ` 20.X `
17+
1418#### Back-end dependencies
1519
1620- Update ` cssbundling-rails ` to ` 1.2.0 `
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88
99RUN bash -c "set -o pipefail && apt-get update \
1010 && apt-get install -y --no-install-recommends build-essential curl git libpq-dev \
11- && curl -sSL https://deb.nodesource.com/setup_18 .x | bash - \
11+ && curl -sSL https://deb.nodesource.com/setup_20 .x | bash - \
1212 && curl -sSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
1313 && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list \
1414 && apt-get update && apt-get install -y --no-install-recommends nodejs yarn \
You can’t perform that action at this time.
0 commit comments