We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fb5a16 + aee6444 commit b67752fCopy full SHA for b67752f
2 files changed
config/projects/3scale-toolbox.rb
@@ -14,7 +14,7 @@
14
15
# This line is parsed to create docker image
16
# regexp: ^build_version '\d+\.\d+\.\d+'$
17
-build_version '0.16.0'
+build_version '0.17.1'
18
19
build_iteration 1
20
config/software/3scale-toolbox.rb
@@ -1,6 +1,6 @@
1
# These options are required for all software definitions
2
name '3scale-toolbox'
3
-default_version '0.16.0'
+default_version '0.17.1'
4
5
dependency 'ruby'
6
dependency 'rubygems'
@@ -66,6 +66,11 @@
66
md5: '13b033ac8acda90461ca9dd67f3f84d1'
67
end
68
69
+version '0.17.1' do
70
+ source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
71
+ md5: '8c45362d012f3786fd7be2d2612e8237'
72
+end
73
+
74
relative_path "3scale_toolbox-#{version}"
75
76
build do
0 commit comments