Skip to content

Commit

Permalink
Bumping to Ruby 2.7.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRogers0 authored Dec 15, 2020
1 parent d24b702 commit ca96f51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
ruby-version: 2.7.2
bundler: none
- uses: actions/cache@v2
with:
path: vendor/bundle
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-template-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
ruby-version: 2.7.2
bundler: none
- uses: actions/cache@v1.1.2
with:
path: ${{ github.workspace }}/vendor/bundle
Expand Down
2 changes: 1 addition & 1 deletion App-Template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.1-alpine AS builder
FROM ruby:2.7.2-alpine AS builder

LABEL maintainer="Mike Rogers <me@mikerogers.io>"

Expand Down

0 comments on commit ca96f51

Please sign in to comment.