File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/docker/library/golang:1.22 -trixie AS build
1
+ FROM public.ecr.aws/docker/library/golang:1.24 -trixie AS build
2
2
3
3
RUN go install github.com/dmachard/go-dnscollector@25b9b58c2f508719d6b9f7d5f58f753028fcc1f2
4
4
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN echo "${QUICHE_SHA256SUM} quiche.tar.gz" | sha256sum -c
36
36
37
37
# ##
38
38
39
- FROM public.ecr.aws/docker/library/rust:1.85 .0-trixie AS build-quiche
39
+ FROM public.ecr.aws/docker/library/rust:1.89 .0-trixie AS build-quiche
40
40
41
41
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
42
42
cmake clang
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG BASE=public.ecr.aws/ubuntu/ubuntu:24.04
4
4
5
5
# ##
6
6
7
- FROM public.ecr.aws/docker/library/rust:1.85 -slim-trixie as build-healthz
7
+ FROM public.ecr.aws/docker/library/rust:1.89 -slim-trixie as build-healthz
8
8
9
9
WORKDIR /build/healthz
10
10
COPY healthz/ ./
Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/docker/library/rust:1.85 -slim-trixie as build
1
+ FROM public.ecr.aws/docker/library/rust:1.89 -slim-trixie as build
2
2
3
3
COPY . /build/s3tftpd-healthz
4
4
WORKDIR /build/s3tftpd-healthz
Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/docker/library/rust:1.85 -trixie as builder
1
+ FROM public.ecr.aws/docker/library/rust:1.89 -trixie as builder
2
2
RUN cargo install --git https://github.com/eagletmt/slack-thread-expander --rev cd091d547ac6e6cc478855af887575355018f241
3
3
4
4
FROM public.ecr.aws/docker/library/debian:trixie-slim
Original file line number Diff line number Diff line change 1
- FROM public.ecr.aws/docker/library/golang:1.22 -trixie as build-exporter
1
+ FROM public.ecr.aws/docker/library/golang:1.24 -trixie as build-exporter
2
2
3
3
RUN go install github.com/hanazuki/unbound_exporter@8ff4abc0f6e4b05e3bb4073dda1227cdaffdefcc
4
4
You can’t perform that action at this time.
0 commit comments