Skip to content

Commit

Permalink
set version to 3.0 and fix base build (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Jan 19, 2021
1 parent 1e0e59b commit 6a7dc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV BUNDLE_GEMFILE=$APP_HOME/Gemfile \
BUNDLE_JOBS=4

COPY --chown=app Gemfile* $APP_HOME/
RUN /sbin/setuser app bundle install
RUN /sbin/setuser app /bin/bash -l -c 'cd /home/app/webapp && gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)" && bundle install'

COPY --chown=app . $APP_HOME

Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyku
VERSION = '2.1'.freeze
VERSION = '3.0'.freeze
end

0 comments on commit 6a7dc2e

Please sign in to comment.