Skip to content

Commit

Permalink
revert to working update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere committed Jan 3, 2024
1 parent 3980c1a commit 90b989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
nodejs

# final version for rubygems-update to supoprt ruby 2.7, consider removing this after upgraded to ruby 3.0
RUN gem update --system 3.2
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 90b989b

Please sign in to comment.