Skip to content

Commit

Permalink
Merge pull request #445 from cloud-gov/staging
Browse files Browse the repository at this point in the history
Deploy 12/4/2023
  • Loading branch information
drewbo authored Dec 4, 2023
2 parents 6970fe6 + 77654e8 commit 5a74efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ RUN sudo usermod --append --groups rvm customer
USER customer

# Configure rvm and install default Ruby
ENV RUBY_VERSION 2.7.5
ENV RUBY_VERSION_MIN 2.6.6
ENV RUBY_VERSION 3.1.4
ENV RUBY_VERSION_MIN 3.0.6
RUN source /usr/local/rvm/scripts/rvm \
# Fail if deps are missing, won't prompt for sudo
&& rvm autolibs read-fail \
Expand All @@ -95,7 +95,7 @@ RUN source /usr/local/rvm/scripts/rvm \

# Update to the latest RubyGems
RUN source /usr/local/rvm/scripts/rvm && \
rvm rubygems 3.4.13
rvm rubygems 3.4.22

# Default to Node 18
ENV NODE_VERSION lts/hydrogen
Expand Down
1 change: 0 additions & 1 deletion ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
trigger: true
- get: src
resource: pr-((git-branch))
trigger: true
- task: restage
config:
<<: *cf-image
Expand Down

0 comments on commit 5a74efb

Please sign in to comment.