Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jan 27, 2025
1 parent 30868f5 commit d28a429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ENV RAILS_ENV="production" \
BOOTSNAP_READONLY="true"

RUN set -eux; \
gem update --system "3.6.2" ; \
gem install bundler --version "2.6.2" --force
gem update --system "3.6.3" ; \
gem install bundler --version "2.6.3" --force

# Throw-away build stage to reduce size of final image
FROM base AS build
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,4 +525,4 @@ RUBY VERSION
ruby 3.4.1p0

BUNDLED WITH
2.6.2
2.6.3

0 comments on commit d28a429

Please sign in to comment.