From 03593132e09dda708f13d4361f4588ab83724627 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Tue, 16 May 2017 11:46:17 +0200 Subject: [PATCH] Change version in FROM to 26 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8768eb1..d62cd36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/f25/s2i-base:latest +FROM registry.fedoraproject.org/f26/s2i-base:latest # This image provides a Ruby 2.4 environment you can use to run your Ruby # applications. @@ -25,7 +25,7 @@ LABEL BZComponent="$NAME" \ Version="$VERSION" \ Release="$RELEASE.$DISTTAG" \ Architecture="$ARCH" \ - Usage="s2i build file:///your/app 25/ruby your-app" \ + Usage="s2i build file:///your/app 26/ruby your-app" \ Help="help.1" RUN INSTALL_PKGS="ruby ruby-devel rubygem-rake rubygem-bundler nodejs" && \