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