Change version in FROM to 26

This commit is contained in:
Honza Horak 2017-05-16 11:46:17 +02:00
commit 03593132e0

View file

@ -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" && \