From b01c14c3f4803ea663843260c26c6d725977812c Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 25 Aug 2020 08:08:22 +1000 Subject: [PATCH] v1.32.0 --- SPECS/docker-slim.spec | 5 ++++- rpm.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/docker-slim.spec b/SPECS/docker-slim.spec index 283cde9..dcf2c54 100644 --- a/SPECS/docker-slim.spec +++ b/SPECS/docker-slim.spec @@ -3,7 +3,7 @@ %global gh_user docker-slim Name: docker-slim -Version: 1.30.0 +Version: 1.32.0 Release: 1 Summary: Minify and Secure Docker containers Group: Applications/System @@ -49,6 +49,9 @@ rm -rf %{buildroot} %{_bindir}/%{name}-sensor %changelog +* Tue Aug 25 2020 Jamie Curnow 1.32.0-1 +- v1.32.0 + * Tue Jul 28 2020 Jamie Curnow 1.30.0-1 - v1.30.0 diff --git a/rpm.json b/rpm.json index 8062dd0..e64152f 100644 --- a/rpm.json +++ b/rpm.json @@ -2,6 +2,6 @@ "publish": { "PACKAGE": "docker-slim", "GH_USER": "jc21-rpm", - "VERSION": "1.30.0" + "VERSION": "1.32.0" } }