Skip to content

Commit

Permalink
upgraded dagger
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Oct 5, 2024
1 parent 11597df commit 3608bfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

## SNIPPETS

<details><summary><b>CALL MODULE FROM GIT</b></summary>
<details><summary><b>CALL FUNCTION FROM GIT</b></summary>

```bash
# OUTPUT TEXT
dagger call -m github.com/shykes/daggerverse/[email protected] hello --giant=false --name=pat

# SCAN IMAGE REF W/ AQUA TRIVY
dagger call -m github.com/jpadams/daggerverse/[email protected] scan-image --image-ref alpine/git:latest

# BUILD GO BINARY
dagger call -m github.com/felipecruz91/daggerverse/go build --source . --goVersion 1.23.1 -o bin
```

</details>

0 comments on commit 3608bfe

Please sign in to comment.