-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from loopholelabs/staging
Release v0.4.6
- Loading branch information
Showing
5 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 0.1 | ||
cli: | ||
version: 0.10.1-beta | ||
version: 0.11.0-beta | ||
lint: | ||
enabled: | ||
- [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM golang as builder | |
|
||
ENV GOOS=linux GOARCH=amd64 CGO_ENABLED=0 | ||
|
||
RUN go install github.com/loopholelabs/frisbee/[email protected].5 | ||
RUN go install github.com/loopholelabs/frisbee/[email protected].6 | ||
|
||
# Note, the Docker images must be built for amd64. If the host machine architecture is not amd64 | ||
# you need to cross-compile the binary and move it into /go/bin. | ||
|
@@ -12,7 +12,7 @@ FROM scratch | |
|
||
# Runtime dependencies | ||
LABEL "build.buf.plugins.runtime_library_versions.0.name"="github.com/loopholelabs/frisbee" | ||
LABEL "build.buf.plugins.runtime_library_versions.0.version"="v0.4.5" | ||
LABEL "build.buf.plugins.runtime_library_versions.0.version"="v0.4.6" | ||
|
||
COPY --from=builder /go/bin / | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters