Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sources-syft:
sources-speakeasy:
FROM +base-image
RUN apk update && apk add yarn jq unzip curl
ARG VERSION=v1.351.0
ARG VERSION=v1.665.0
ARG TARGETARCH
RUN echo $VERSION
RUN curl -fsSL https://github.com/speakeasy-api/speakeasy/releases/download/${VERSION}/speakeasy_linux_$TARGETARCH.zip -o /tmp/speakeasy_linux_$TARGETARCH.zip
Expand Down