1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Use ruby 2.6.5

This commit is contained in:
2019-11-19 14:10:50 -05:00
parent 76b7b82716
commit 51cc7c8fbe
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.6.0'
ruby '2.6.5'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.0.1'
# Use sqlite3 as the database for Active Record

View File

@@ -1,4 +1,4 @@
FROM ruby:2.6.0
FROM ruby:2.6.5
RUN apt-get -qq update \
&& apt-get -qq install -y \

View File

@@ -1,4 +1,4 @@
FROM ruby:2.6.0-slim
FROM ruby:2.6.5-slim
#HEALTHCHECK --start-period=60s CMD curl http://127.0.0.1/