We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79593cb commit 928bc7aCopy full SHA for 928bc7a
Dockerfile.e2e-tests
@@ -1,5 +1,5 @@
1
# Taking a non-alpine image for e2e tests so that cgo can be enabled for the race detector.
2
-FROM golang:1.23.2 as builder
+FROM golang:1.23.3 as builder
3
4
WORKDIR $GOPATH/src/github.com/thanos-io/thanos
5
Dockerfile.multi-stage
@@ -1,6 +1,6 @@
# By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions.
ARG BASE_DOCKER_SHA="14d68ca3d69fceaa6224250c83d81d935c053fb13594c811038c461194599973"
-FROM golang:1.23.2-alpine3.20 as builder
+FROM golang:1.23.3-alpine3.20 as builder
6
# Change in the docker context invalidates the cache so to leverage docker
0 commit comments