Skip to content

Commit

Permalink
Update to latest Ruby v2.6 (which is EOL, but...)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTwister committed Jun 7, 2023
1 parent 92cb54b commit a8a886f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.9
2.6.10
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.9
FROM ruby:2.6.10-bullseye

# Install essential Linux packages
RUN apt-get update -qq && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ DEPENDENCIES
zonebie

RUBY VERSION
ruby 2.6.9p207
ruby 2.6.10p210

BUNDLED WITH
2.3.26

0 comments on commit a8a886f

Please sign in to comment.