Skip to content

Commit 4767cea

Browse files
author
Samiur Arif
committed
updated Rust crates
Signed-off-by: Samiur Arif <[email protected]> updated Rust crates Signed-off-by: Samiur Arif <[email protected]> updated Rust crates Signed-off-by: Samiur Arif <[email protected]> updated Rust crates Signed-off-by: Samiur Arif <[email protected]>
1 parent 20cb266 commit 4767cea

File tree

4 files changed

+89
-125
lines changed

4 files changed

+89
-125
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
2222
-ldflags '-w -extldflags "-static"' \
2323
-o update-collection-v3 cmd/update-collection-v3/main.go
2424

25-
FROM rust:slim as rust-builder
25+
FROM rust:1.86.0-alpine as rust-builder
2626
RUN apk update \
2727
&& apk upgrade \
2828
&& apk add g++ git \

Dockerfile.kubectl-ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG TARGETARCH
44
ARG TARGETOS
55
ARG BUILD_TAG
66

7-
ENV KUBECTL_VERSION="v1.32.4"
7+
ENV KUBECTL_VERSION="v1.26.4"
88
ADD https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl /usr/bin/kubectl
99
RUN chmod +x /usr/bin/kubectl
1010

Dockerfile.sumologic-mock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:slim as rust-builder
1+
FROM rust:1.86.0-alpine as rust-builder
22
RUN apk update \
33
&& apk upgrade \
44
&& apk add g++ git \

0 commit comments

Comments
 (0)