Skip to content

Commit

Permalink
adapt Rakefile and Dockerfile for SLE-12-SP4
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 23, 2018
1 parent 93b3382 commit 594fa7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,3 +1,4 @@
FROM yastdevel/ruby:sle12-sp3
FROM yastdevel/ruby:sle12-sp4

COPY . /usr/src/app

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

Yast::Tasks.submit_to :sle12sp3
Yast::Tasks.submit_to :sle12sp4

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

0 comments on commit 594fa7a

Please sign in to comment.