We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21efeb commit 8cda555Copy full SHA for 8cda555
cmd/autoscaler/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
#
15
16
-FROM gcr.io/iguazio/golang:1.25.5-alpine AS builder
+FROM gcr.io/iguazio/golang:1.25-alpine AS builder
17
18
RUN apk --update --no-cache add \
19
git \
cmd/dlx/Dockerfile
test/Dockerfile
-FROM gcr.io/iguazio/golang:1.25.5
+FROM gcr.io/iguazio/golang:1.25
ARG DOCKER_CLI_VERSION="28.0.4"
0 commit comments