docker-slim: 1.40.2 -> 1.40.3
Diff: https://github.com/slimtoolkit/slim/compare/1.40.2...1.40.3 Changelog: https://github.com/slimtoolkit/slim/raw/1.40.3/CHANGELOG.md
This commit is contained in:
parent
5dd736dff7
commit
b2537bc832
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user