From aa1afd28ae9681ca246c00837d6d95170f9420d5 Mon Sep 17 00:00:00 2001 From: Mike Rogers Date: Tue, 15 Dec 2020 15:18:12 +0000 Subject: [PATCH] Bumping to Ruby 2.7.2 --- .github/workflows/changelog.yml | 3 ++- .github/workflows/update-template-repo.yml | 3 ++- App-Template/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 5e56663..841862f 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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 diff --git a/.github/workflows/update-template-repo.yml b/.github/workflows/update-template-repo.yml index e7cb17f..6f76a29 100644 --- a/.github/workflows/update-template-repo.yml +++ b/.github/workflows/update-template-repo.yml @@ -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 diff --git a/App-Template/Dockerfile b/App-Template/Dockerfile index d1d2d8e..2c40f59 100644 --- a/App-Template/Dockerfile +++ b/App-Template/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.1-alpine AS builder +FROM ruby:2.7.2-alpine AS builder LABEL maintainer="Mike Rogers "