Skip to content

Conversation

willdollman
Copy link
Contributor

This gives a build error which doesn't occur with the 1.24.0 image, unsure what's changed.

> docker buildx build --platform linux/amd64 -f Dockerfile -t scip-go:latest .
[builder 4/4] RUN go build -o scip-go ./cmd/scip-go:
0.184 go: downloading github.com/charmbracelet/log v0.4.0
[...]
2.353 go: downloading github.com/pkg/errors v0.9.1
2.679 go: downloading github.com/kr/text v0.2.0
2.679 go: downloading github.com/rogpeppe/go-internal v1.10.0
25.59 # golang.org/x/tools/internal/tokeninternal
25.59 /go/pkg/mod/golang.org/x/tools@v0.19.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)

@willdollman willdollman self-assigned this Aug 18, 2025
@antonsviridov-src antonsviridov-src merged commit afe6aec into main Aug 18, 2025
5 checks passed
@antonsviridov-src antonsviridov-src deleted the will/update-base-image-20250818 branch August 18, 2025 13:50
ARG base_sha=74908ad827a5849c557eeca81d46263acf788ead606102d83466f499f83e35b1

FROM golang:1.24.3@sha256:${base_sha} AS builder
FROM golang:1.25.0-bookworm@sha256:${base_sha} AS builder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@willdollman why did we switch from the no-suffix image to one with the -bookworm suffix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants