We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8348e0 commit 30b7ec4Copy full SHA for 30b7ec4
kea/Dockerfile
@@ -4,7 +4,7 @@ ARG BASE=public.ecr.aws/ubuntu/ubuntu:24.04
4
5
###
6
7
-FROM public.ecr.aws/docker/library/rust:1.77-slim-bullseye as build-healthz
+FROM public.ecr.aws/docker/library/rust:1.85-slim-bookworm as build-healthz
8
9
WORKDIR /build/healthz
10
COPY healthz/ ./
@@ -21,7 +21,7 @@ RUN apt-get update \
21
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git rake build-essential wget unzip python3
22
23
WORKDIR /build
24
-RUN git clone --depth=1 https://gitlab.isc.org/isc-projects/stork -b v1.15.0
+RUN git clone --depth=1 https://gitlab.isc.org/isc-projects/stork -b v2.1.1
25
26
WORKDIR /build/stork/backend
27
ENV GOPATH=/build/go
0 commit comments