Skip to content

Commit

Permalink
adapt Rakefile and Dockerfile for SLE-12-SP5
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jul 19, 2019
1 parent 24f6d4d commit 11885c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,4 +1,5 @@
FROM yastdevel/ruby:sle12-sp4
FROM yastdevel/ruby:sle12-sp5


COPY . /usr/src/app

2 changes: 1 addition & 1 deletion Rakefile
@@ -1,6 +1,6 @@
require "yast/rake"

Yast::Tasks.submit_to :sle12sp4
Yast::Tasks.submit_to :sle12sp5

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
Expand Down

0 comments on commit 11885c9

Please sign in to comment.