Skip to content

Commit bc32be7

Browse files
Merge pull request #1092 from planetscale/fix-build
Fix build
2 parents 064cb71 + bbf96d3 commit bc32be7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif
1111
REPO=planetscale
1212
NAME=pscale
1313
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
14-
GORELEASE_CROSS_VERSION ?= v1.23.2
14+
GORELEASE_CROSS_VERSION ?= v1.24.5
1515
SYFT_VERSION ?= 1.9.0
1616

1717
.PHONY: all

docker/Dockerfile.goreleaser

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG GORELEASE_CROSS_VERSION=v1.24.0
1+
ARG GORELEASE_CROSS_VERSION=v1.24.5
22
FROM ghcr.io/goreleaser/goreleaser-cross:${GORELEASE_CROSS_VERSION}
33

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

66
ARG SYFT_VERSION=1.19.0
77
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

Comments
 (0)