We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 064cb71 + bbf96d3 commit bc32be7Copy full SHA for bc32be7
2 files changed
Makefile
@@ -11,7 +11,7 @@ endif
11
REPO=planetscale
12
NAME=pscale
13
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
14
-GORELEASE_CROSS_VERSION ?= v1.23.2
+GORELEASE_CROSS_VERSION ?= v1.24.5
15
SYFT_VERSION ?= 1.9.0
16
17
.PHONY: all
docker/Dockerfile.goreleaser
@@ -1,7 +1,7 @@
1
-ARG GORELEASE_CROSS_VERSION=v1.24.0
+ARG GORELEASE_CROSS_VERSION=v1.24.5
2
FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}
3
4
-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
5
6
ARG SYFT_VERSION=1.19.0
7
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
0 commit comments