Skip to content

Commit

Permalink
Upgrade alpine version to 3.19
Browse files Browse the repository at this point in the history
Problems with `sqlite3-ruby` and 3.19 have been fixed in version 2.0.0 of the gem, so upgrade that too.  See sparklemotion/sqlite3-ruby#434
  • Loading branch information
lucas42 committed Apr 21, 2024
1 parent d931c2b commit dfe403c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine3.18
FROM ruby:3.3.0-alpine3.19

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion src/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'sqlite3', '~> 1.3', '>= 1.3.11'
gem 'sqlite3', '~> 2.0', '>= 2.0.0'

0 comments on commit dfe403c

Please sign in to comment.