We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3807987 commit d9043b9Copy full SHA for d9043b9
SPECS/docker-slim.spec
@@ -3,7 +3,7 @@
3
%global gh_user docker-slim
4
5
Name: docker-slim
6
-Version: 1.25.3
+Version: 1.26.0
7
Release: 1
8
Summary: Minify and Secure Docker containers
9
Group: Applications/System
@@ -69,8 +69,11 @@ rm -rf %{buildroot}
69
70
71
%changelog
72
+* Sun Nov 17 2019 Jamie curnow <jc@jc21.com> 1.26.0-1
73
+- v1.26.0
74
+
75
* Mon Aug 5 2019 Jamie curnow <jc@jc21.com> 1.25.3-1
-- v1.15.3
76
+- v1.25.3
77
78
* Tue Jul 23 2019 Jamie curnow <jc@jc21.com> 1.25.2-1
79
- Initial spec
rpm.json
@@ -2,6 +2,6 @@
2
"publish": {
"PACKAGE": "docker-slim",
"GH_USER": "jc21-rpm",
- "VERSION": "1.25.3"
+ "VERSION": "1.26.0"
}
-}
+}
0 commit comments