Unverified Commit 5466bf84 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

docker-slim: 1.40.2 -> 1.40.3
parents a42d8f8d b2537bc8
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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"