File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ARG BUNDLER_VERSION=2.4.20
66RUN gem install -N bundler -v ${BUNDLER_VERSION}
77
88ARG NODE_VERSION=18.18.0
9- ARG YARN_VERSION=1.22.19
10- ARG PNPM_VERSION=8.8 .0
9+ ARG YARN_VERSION=1.22.22
10+ ARG PNPM_VERSION=9.9 .0
1111RUN curl https://get.volta.sh | bash
1212ENV VOLTA_HOME /root/.volta
1313ENV VOLTA_FEATURE_PNPM=1
@@ -41,11 +41,10 @@ RUN set -ex \
4141 && apt-get install -y --no-install-recommends $buildDeps \
4242 && rm -rf /var/lib/apt/lists/* \
4343 \
44- && curl -L https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz | tar -xz \
45- && cd OpenCC-ver.1.1.6 \
46- && sed -i "s/DOCUMENTATION\: BOOL\= ON/DOCUMENTATION\: BOOL\= OFF/g" Makefile \
47- && make install \
44+ && curl -L https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.9.tar.gz | tar -xz \
45+ && cd OpenCC-ver.1.1.9 \
46+ && REL_BUILD_DOCUMENTATION=OFF make install \
4847 \
4948 && apt-get purge -y --auto-remove $buildDeps \
5049 && cd ../ \
51- && rm -rf OpenCC-ver.1.1.6
50+ && rm -rf OpenCC-ver.1.1.9
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Polydice's base docker image for Rails applications.
1111
1212| Version | Ruby | Node.js | Yarn | Bundler | pnpm |
1313| ---------| -------| ---------| ---------| ---------| -------|
14+ | 0.31.2 | 2.7.8 | 18.18.0 | 1.22.22 | 2.4.20 | 9.9.0 |
1415| 0.31.1 | 2.7.8 | 18.18.0 | 1.22.19 | 2.4.20 | 8.8.0 |
1516| 0.31.0 | 2.7.7 | 18.18.0 | 1.22.19 | 2.4.5 | 8.8.0 |
1617| 0.30.3 | 2.7.7 | 14.21.2 | 1.22.19 | 2.4.5 | |
You can’t perform that action at this time.
0 commit comments