Skip to content

Commit

Permalink
feat: implement parsing Dockerfile image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Nov 7, 2021
0 parents commit bd48f8d
Show file tree
Hide file tree
Showing 3 changed files with 1,678 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
@@ -0,0 +1,8 @@
module github.com/shivjm/dockerfile-image-tags

go 1.16

require (
github.com/asottile/dockerfile v3.1.0+incompatible
github.com/moby/buildkit v0.9.2 // indirect
)

0 comments on commit bd48f8d

Please sign in to comment.