Skip to content

Commit

Permalink
Upgrade Yarn to 1.22.22 and pnpm to 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Sep 20, 2024
1 parent be6e5cc commit 5d24c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ARG BUNDLER_VERSION=2.4.20
RUN gem install -N bundler -v ${BUNDLER_VERSION}

ARG NODE_VERSION=18.18.0
ARG YARN_VERSION=1.22.19
ARG PNPM_VERSION=8.8.0
ARG YARN_VERSION=1.22.22
ARG PNPM_VERSION=9.9.0
RUN curl https://get.volta.sh | bash
ENV VOLTA_HOME /root/.volta
ENV VOLTA_FEATURE_PNPM=1
Expand Down Expand Up @@ -41,11 +41,10 @@ RUN set -ex \
&& apt-get install -y --no-install-recommends $buildDeps \
&& rm -rf /var/lib/apt/lists/* \
\
&& curl -L https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.6.tar.gz | tar -xz \
&& cd OpenCC-ver.1.1.6 \
&& sed -i "s/DOCUMENTATION\:BOOL\=ON/DOCUMENTATION\:BOOL\=OFF/g" Makefile \
&& make install \
&& curl -L https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.1.9.tar.gz | tar -xz \
&& cd OpenCC-ver.1.1.9 \
&& REL_BUILD_DOCUMENTATION=OFF make install \
\
&& apt-get purge -y --auto-remove $buildDeps \
&& cd ../ \
&& rm -rf OpenCC-ver.1.1.6
&& rm -rf OpenCC-ver.1.1.9
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Polydice's base docker image for Rails applications.

| Version | Ruby | Node.js | Yarn | Bundler | pnpm |
|---------|-------|---------|---------|---------|-------|
| 0.31.2 | 2.7.8 | 18.18.0 | 1.22.22 | 2.4.20 | 9.9.0 |
| 0.31.1 | 2.7.8 | 18.18.0 | 1.22.19 | 2.4.20 | 8.8.0 |
| 0.31.0 | 2.7.7 | 18.18.0 | 1.22.19 | 2.4.5 | 8.8.0 |
| 0.30.3 | 2.7.7 | 14.21.2 | 1.22.19 | 2.4.5 | |

0 comments on commit 5d24c14

Please sign in to comment.