Skip to content

Commit b1ad16d

Browse files
committed
image to 1.23
1 parent 5db9bcf commit b1ad16d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.23.8-alpine AS builder
16+
FROM gcr.io/iguazio/golang:1.23-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.23.8-alpine AS builder
16+
FROM gcr.io/iguazio/golang:1.23-alpine AS builder
1717

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

0 commit comments

Comments
 (0)