Skip to content

Commit

Permalink
Merge pull request #568 from doerfli/feature/dependency_update_20250112
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
doerfli authored Jan 12, 2025
2 parents 51d89f1 + 5162df0 commit fb0156a
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 154 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
ARG RUBY_VERSION=3.3.6
FROM ruby:${RUBY_VERSION}-alpine as builder

ENV HOME=/app \
RAILS_ENV=production \
RAILS_SERVE_STATIC_FILES=true \
SECRET_KEY_BASE=abcdefgh12345678
ENV HOME /app
ENV RAILS_ENV production
ENV RAILS_SERVE_STATIC_FILES true
ENV SECRET_KEY_BASE abcdefgh12345678
WORKDIR $HOME

ADD .ruby-version $HOME/
Expand Down Expand Up @@ -36,10 +36,10 @@ RUN rm -rf node_modules tmp/cache vendor/assets spec
### ------- Production ------- ###
FROM ruby:${RUBY_VERSION}-alpine

ENV HOME=/app \
RAILS_ENV=production \
RAILS_SERVE_STATIC_FILES=true \
SECRET_KEY_BASE=abcdefgh12345678
ENV HOME=/app
ENV RAILS_ENV production
ENV RAILS_SERVE_STATIC_FILES true
ENV SECRET_KEY_BASE abcdefgh12345678
WORKDIR $HOME

RUN apk update && apk upgrade && \
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
#gem 'bulma-rails', '~>0.6.2'

gem "ruby-vips", "~> 2.2"

gem "nokogiri", "~> 1.18"
Loading

0 comments on commit fb0156a

Please sign in to comment.