Skip to content

Commit

Permalink
Pin to Alpine 3.18 because of a "bug" in sqlite3-ruby
Browse files Browse the repository at this point in the history
See: sparklemotion/sqlite3-ruby#434 which is
apparently a problem in rake-compiler-dock, see:
rake-compiler/rake-compiler-dock#75
  • Loading branch information
Quintasan committed Mar 28, 2024
1 parent c23705a commit 8bdc530
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
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine as base
FROM ruby:3.2.2-alpine3.18 as base
WORKDIR /app
ENV BUNDLE_WITHOUT=development BUNDLE_PATH=/app/vendor/bundle BUNDLE_BIN=/app/vendor/bundle/bin BUNDLE_DEPLOYMENT=1

Expand Down

0 comments on commit 8bdc530

Please sign in to comment.