Skip to content

Commit

Permalink
v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Feb 3, 2023
1 parent 0cbf4b2 commit 88d5368
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions SPECS/docker-slim.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
%define debug_package %{nil}

%global gh_user docker-slim
%global gh_user slimtoolkit
%global gh_repo slim

Name: docker-slim
Version: 1.36.1
Version: 1.40.0
Release: 1
Summary: Minify and Secure Docker containers
Group: Applications/System
License: APACHEv2.0
URL: https://github.com/docker-slim/docker-slim
Source: https://github.com/%{gh_user}/%{name}/archive/%{version}.tar.gz
Source: https://github.com/%{gh_user}/%{gh_repo}/archive/refs/tags/%{version}.tar.gz
BuildRequires: golang >= 1.13, make, which

%description
Expand Down Expand Up @@ -49,6 +50,9 @@ rm -rf %{buildroot}
%{_bindir}/%{name}-sensor

%changelog
* Fri Feb 3 2023 Jamie Curnow <[email protected]> 1.40.0-1
- v1.40.0

* Tue Jun 29 2021 Jamie Curnow <[email protected]> 1.36.1-1
- v1.36.1

Expand Down
2 changes: 1 addition & 1 deletion rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"publish": {
"PACKAGE": "docker-slim",
"GH_USER": "jc21-rpm",
"VERSION": "1.36.1"
"VERSION": "1.40.0"
}
}

0 comments on commit 88d5368

Please sign in to comment.