Skip to content
Merged
Show file tree
Hide file tree
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
REPO=planetscale
NAME=pscale
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
GORELEASE_CROSS_VERSION ?= v1.23.2
GORELEASE_CROSS_VERSION ?= v1.24.5
SYFT_VERSION ?= 1.9.0

.PHONY: all
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GORELEASE_CROSS_VERSION=v1.24.0
ARG GORELEASE_CROSS_VERSION=v1.24.5
FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}

RUN apt-get update && apt-get install -y openssh-client
RUN apt-get update --allow-releaseinfo-change || apt-get update; apt-get install -y openssh-client

ARG SYFT_VERSION=1.19.0
RUN wget -O syft.deb https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_linux_amd64.deb && dpkg -i syft.deb