mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update to Bundler 2.5.9
This commit is contained in:
parent
9a6cc190a5
commit
051477b6a5
5 changed files with 4 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM ruby:3.2.3-alpine
|
||||
|
||||
ENV APP_PATH /var/app
|
||||
ENV BUNDLE_VERSION 2.5.7
|
||||
ENV BUNDLE_VERSION 2.5.9
|
||||
ENV BUNDLE_PATH /usr/local/bundle/gems
|
||||
ENV TMP_PATH /tmp/
|
||||
ENV RAILS_LOG_TO_STDOUT true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
FROM ruby:3.2.3-alpine
|
||||
|
||||
ENV APP_PATH /var/app
|
||||
ENV BUNDLE_VERSION 2.5.7
|
||||
ENV BUNDLE_VERSION 2.5.9
|
||||
ENV BUNDLE_PATH /usr/local/bundle/gems
|
||||
ENV TMP_PATH /tmp/
|
||||
ENV RAILS_LOG_TO_STDOUT true
|
||||
|
|
|
|||
|
|
@ -386,4 +386,4 @@ RUBY VERSION
|
|||
ruby 3.2.3p157
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.7
|
||||
2.5.9
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -4,5 +4,3 @@ build_and_push:
|
|||
docker tag dawarich:$(version) registry.chibi.rodeo/dawarich:$(version)
|
||||
docker tag registry.chibi.rodeo/dawarich:$(version) registry.chibi.rodeo/dawarich:latest
|
||||
docker push registry.chibi.rodeo/dawarich:$(version)
|
||||
docker tag freikin/dawarich:$(version) freikin/dawarich:latest
|
||||
docker push freikin/dawarich:$(version)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ done
|
|||
|
||||
# Install gems
|
||||
gem update --system 3.5.7
|
||||
gem install bundler --version '2.5.7'
|
||||
gem install bundler --version '2.5.9'
|
||||
|
||||
# Create the database
|
||||
echo "Creating database $DATABASE_NAME..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue