Skip to content

Commit

Permalink
Merge 491e3a5 into 07cc524
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Feb 6, 2024
2 parents 07cc524 + 491e3a5 commit 42c4a82
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.2
bundler-cache: true
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.2
bundler-cache: true
- name: Deploy to demo
run: bundle exec kamal deploy -P --version=edge
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:18.12.1-alpine AS node
FROM ruby:3.3.0-alpine AS base
FROM ruby:3.2.2-alpine AS base
FROM base AS builder

ENV RAILS_ENV production
Expand Down

0 comments on commit 42c4a82

Please sign in to comment.