Skip to content

Commit 8cda555

Browse files
committed
Update go version in dockerfiles
1 parent a21efeb commit 8cda555

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
FROM gcr.io/iguazio/golang:1.25.5-alpine AS builder
16+
FROM gcr.io/iguazio/golang:1.25-alpine AS builder
1717

1818
RUN apk --update --no-cache add \
1919
git \

cmd/dlx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
FROM gcr.io/iguazio/golang:1.25.5-alpine AS builder
16+
FROM gcr.io/iguazio/golang:1.25-alpine AS builder
1717

1818
RUN apk --update --no-cache add \
1919
git \

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515

16-
FROM gcr.io/iguazio/golang:1.25.5
16+
FROM gcr.io/iguazio/golang:1.25
1717

1818
ARG DOCKER_CLI_VERSION="28.0.4"
1919

0 commit comments

Comments
 (0)