Skip to content

Commit

Permalink
Merge pull request #4 from linuxserver/pin-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Sep 6, 2024
2 parents c952ad5 + b5922f4 commit 6e0fd20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN \
cd /app/www && \
yarn install && \
gem install foreman && \
sed -i 's/3.3.1/3.3.3/' .ruby-version && \
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
bundle config set --local deployment 'true' && \
bundle config set --local without 'development test' && \
bundle config force_ruby_platform true && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN \
cd /app/www && \
yarn install && \
gem install foreman && \
sed -i 's/3.3.1/3.3.3/' .ruby-version && \
sed -i 's/\d.\d.\d/3.3.3/' .ruby-version && \
bundle config set --local deployment 'true' && \
bundle config set --local without 'development test' && \
bundle config force_ruby_platform true && \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline {
CI_WEB='true'
CI_PORT='3214'
CI_SSL='false'
CI_DELAY='120'
CI_DELAY='240'
CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
CI_AUTH=''
CI_WEBPATH=''
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repo_vars:
- CI_WEB='true'
- CI_PORT='3214'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DELAY='240'
- CI_DOCKERENV='SECRET_KEY_BASE=placeholder|DATABASE_URL=sqlite3:/config/manyfold.sqlite3|DOCKER_MODS=lscr.io/linuxserver/mods:universal-redis'
- CI_AUTH=''
- CI_WEBPATH=''

0 comments on commit 6e0fd20

Please sign in to comment.