Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Jul 8, 2019
1 parent 97f3501 commit c6cece6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fingerprint/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,5 @@ export const DockerFrom: Feature = {
name: "docker-base-image",
apply: applyDockerBaseFingerprint,
extract: dockerBaseFingerprint,
selector: myFp => myFp.type && myFp.type === DockerFrom.name,
toDisplayableFingerprint: fp => fp.data.version,
};

0 comments on commit c6cece6

Please sign in to comment.