File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.24
1
+ 1.24.2
Original file line number Diff line number Diff line change 1
1
# Taking a non-alpine image for e2e tests so that cgo can be enabled for the race detector.
2
- FROM golang:1.24.0 as builder
2
+ FROM golang:1.24.2 as builder
3
3
4
4
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
5
5
@@ -8,7 +8,7 @@ COPY . $GOPATH/src/github.com/thanos-io/thanos
8
8
RUN CGO_ENABLED=1 go build -o $GOBIN/thanos -race ./cmd/thanos
9
9
# -----------------------------------------------------------------------------
10
10
11
- FROM golang:1.24.0
11
+ FROM golang:1.24.2
12
12
LABEL maintainer="The Thanos Authors"
13
13
14
14
COPY --from=builder $GOBIN/thanos /bin/thanos
Original file line number Diff line number Diff line change 1
1
# By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions.
2
2
ARG BASE_DOCKER_SHA="14d68ca3d69fceaa6224250c83d81d935c053fb13594c811038c461194599973"
3
- FROM golang:1.24.0 -alpine3.20 as builder
3
+ FROM golang:1.24.2 -alpine3.20 as builder
4
4
5
5
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
6
6
# Change in the docker context invalidates the cache so to leverage docker
Original file line number Diff line number Diff line change 1
1
module github.com/thanos-io/thanos
2
2
3
- go 1.24
3
+ go 1.24.2
4
4
5
5
require (
6
6
capnproto.org/go/capnp/v3 v3.0.0-alpha.30
You can’t perform that action at this time.
0 commit comments