Skip to content

Commit

Permalink
Temporary revert to Ruby 3.2 to fix segfaults using ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Feb 14, 2024
1 parent 0c0a177 commit 1bb0198
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.2.3
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/ledermann/rails-base-builder:3.3.0-alpine AS Builder
FROM ghcr.io/ledermann/rails-base-builder:3.2.3-alpine AS Builder

# Remove some files not needed in resulting image.
# Because they are required for building the image, they can't be added to .dockerignore
RUN rm -r package.json tailwind.config.js postcss.config.js vite.config.mts tsconfig.json

FROM ghcr.io/ledermann/rails-base-final:3.3.0-alpine
FROM ghcr.io/ledermann/rails-base-final:3.2.3-alpine
LABEL maintainer="georg@ledermann.dev"

# Workaround to trigger Builder's ONBUILDs to finish:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.3.0'
ruby '3.2.3'

# Full-stack web application framework. (https://rubyonrails.org)
gem 'rails', '~> 7.1.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ DEPENDENCIES
web-console (>= 4.1.0)

RUBY VERSION
ruby 3.3.0p0
ruby 3.2.3p157

BUNDLED WITH
2.5.6

0 comments on commit 1bb0198

Please sign in to comment.