Skip to content

Commit 2a10469

Browse files
authored
Runtime 2.7 (#34)
* testing runtime update changes * Updated config.yml * adding build and runtime ruby docker images * adding docker files for versions * image ruby runtime 2.7 * changing ci ruby image version * updating shell set flags * updating shell set flags * removing comment
1 parent c614851 commit 2a10469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ rubyversion=$1
2727
user="fnproject"
2828

2929
echo $rubyversion
30-
#pushd images/build/${rubyversion} && docker build -t ${user}/ruby:${rubyversion}-dev . && popd
31-
#pushd images/runtime/${rubyversion} && docker build -t ${user}/ruby:${rubyversion} . && popd
30+
pushd images/build/${rubyversion} && docker build -t ${user}/ruby:${rubyversion}-dev . && popd
31+
pushd images/runtime/${rubyversion} && docker build -t ${user}/ruby:${rubyversion} . && popd

0 commit comments

Comments
 (0)