Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NAME: homeland/homeland
FROM homeland/base:3.4-alpine
FROM homeland/base:4.0-alpine

ENV RAILS_ENV "production"
ENV RUBY_YJIT_ENABLE "true"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4-alpine
FROM ruby:4.0-alpine

RUN apk update && apk add curl gcc g++ gnupg make

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" }

gem "jbuilder"
gem "rails", "~> 8"
gem "rails", "~> 8.1"
gem "rails_autolink"
gem "sass-rails"
gem "shakapacker", "~> 8.0"
Expand Down
Loading
Loading