Merge pull request #244120 from marsam/update-docker-slim

docker-slim: 1.40.2 -> 1.40.3
This commit is contained in:
Pol Dellaiera 2023-07-24 21:18:10 +02:00 committed by GitHub
commit 5466bf84ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "docker-slim";
version = "1.40.2";
version = "1.40.3";
src = fetchFromGitHub {
owner = "slimtoolkit";
repo = "slim";
rev = version;
hash = "sha256-byB7GTw0hHY4dp3CkMCl6ga/Zn82+K6qmyWy6ezCLoE=";
hash = "sha256-fXB2rMW73F12ZO1sqUIiaky6LDiMasg3QcIgeWwtkOs=";
};
vendorHash = null;
@ -17,6 +17,10 @@ buildGoModule rec {
nativeBuildInputs = [ makeBinaryWrapper ];
preBuild = ''
go generate github.com/docker-slim/docker-slim/pkg/appbom
'';
ldflags = [
"-s"
"-w"