File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.2.2
4+
5+ - Added support for parsing additonal time formats (@andrewpage )
6+
37## v0.2.1
48
59- Feature - de-duplicate newlines event messages (@klichukb )
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ WORKDIR $GOPATH/src/github.com/TylerBrock/saw
44# Setup some basic dependencies that aren’t bundled in the build image
55ADD https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 /bin/dep
66RUN chmod +x /bin/dep
7+
8+ # Add ca-certificates for TLS/SSL
79RUN apk add --no-cache git ca-certificates
810
911# Ensure deps separately for a cache layer during rebuilds
Original file line number Diff line number Diff line change 66 "github.com/spf13/cobra"
77)
88
9- const version = "0.2.1 "
9+ const version = "0.2.2 "
1010
1111var versionCommand = & cobra.Command {
1212 Use : "version" ,
You can’t perform that action at this time.
0 commit comments