Skip to content

Commit

Permalink
update gem update
Browse files Browse the repository at this point in the history
  • Loading branch information
YiMysty committed Jan 2, 2024
1 parent 8c97daf commit 7337649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,8 @@ RUN apt-get update \
make \
nodejs

RUN gem update --system
# final version for rubygems-update to supoprt ruby 2.7, consider removing this after upgraded to ruby 3.0
RUN gem update --system 3.4.22

COPY .git /src/gh/pages-gem/.git
COPY Gemfile* /src/gh/pages-gem/
Expand Down

0 comments on commit 7337649

Please sign in to comment.