Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 9df9b5e

Browse files
committed
Committing missed files
1 parent 0400601 commit 9df9b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.2
1+
FROM ruby:2.3
22

33
# throw errors if Gemfile has been modified since Gemfile.lock
44
RUN bundle config --global frozen 1

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
rubyBase='2.2'
4+
rubyBase='2.3'
55
rubyOnbuildDockerfile="https://raw.githubusercontent.com/docker-library/ruby/master/$rubyBase/onbuild/Dockerfile"
66

77
current="$(curl -sSL 'https://rubygems.org/api/v1/gems/rails.json' | sed -r 's/^.*"version":"([^"]+)".*$/\1/')"

0 commit comments

Comments
 (0)