Change version in FROM to 26
This commit is contained in:
parent
791e2c695d
commit
03593132e0
1 changed files with 2 additions and 2 deletions
|
|
@ -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" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue