Skip to content

Commit a458ae4

Browse files
Fixing tag version to 2.6.6
1 parent 01bdcc3 commit a458ae4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
env:
1111
global:
1212
- COMMIT=${TRAVIS_COMMIT::8}
13-
- REPO=dockerframework/rvm:18.04-latest
13+
- REPO=dockerframework/rvm:18.04-2.6.6
1414
- CGO_ENABLED=0
1515
- GOOS=linux
1616
- GOARCH=amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# RVM (Ruby Version Manager) Container
22
RVM (Ruby Version Manager) Container of Docker Framework
33

4-
[![Build Status](https://travis-ci.org/dockerframework/rvm.svg?branch=master)](https://travis-ci.org/dockerframework/rvm) [![](https://images.microbadger.com/badges/image/dockerframework/rvm:18.04-latest.svg)](https://microbadger.com/images/dockerframework/rvm:18.04-latest "Layers") [![](https://images.microbadger.com/badges/version/dockerframework/rvm:18.04-latest.svg)](https://microbadger.com/images/dockerframework/rvm:18.04-latest "Version") [![GitHub issues](https://img.shields.io/github/issues/dockerframework/rvm.svg)](https://github.com/dockerframework/rvm/issues) [![GitHub forks](https://img.shields.io/github/forks/dockerframework/rvm.svg)](https://github.com/dockerframework/rvm/network) [![GitHub stars](https://img.shields.io/github/stars/dockerframework/rvm.svg)](https://github.com/dockerframework/rvm/stargazers) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dockerframework/rvm/master/LICENSE)
4+
[![Build Status](https://travis-ci.org/dockerframework/rvm.svg?branch=master)](https://travis-ci.org/dockerframework/rvm) [![](https://images.microbadger.com/badges/image/dockerframework/rvm:18.04-2.6.6.svg)](https://microbadger.com/images/dockerframework/rvm:18.04-2.6.6 "Layers") [![](https://images.microbadger.com/badges/version/dockerframework/rvm:18.04-2.6.6.svg)](https://microbadger.com/images/dockerframework/rvm:18.04-2.6.6 "Version") [![GitHub issues](https://img.shields.io/github/issues/dockerframework/rvm.svg)](https://github.com/dockerframework/rvm/issues) [![GitHub forks](https://img.shields.io/github/forks/dockerframework/rvm.svg)](https://github.com/dockerframework/rvm/network) [![GitHub stars](https://img.shields.io/github/stars/dockerframework/rvm.svg)](https://github.com/dockerframework/rvm/stargazers) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dockerframework/rvm/master/LICENSE)

tests/docker_tests.sh

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

33
DOCKER_IMAGE="dockerframework/rvm"
4-
DOCKER_TAG="18.04-latest"
4+
DOCKER_TAG="18.04-2.6.6"
55

66
#### Halt script on error
77
set -e

0 commit comments

Comments
 (0)