Skip to content

Commit 30b7ec4

Browse files
committed
kea: roll deps
1 parent f8348e0 commit 30b7ec4

File tree

4 files changed

+193
-350
lines changed

4 files changed

+193
-350
lines changed

kea/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BASE=public.ecr.aws/ubuntu/ubuntu:24.04
44

55
###
66

7-
FROM public.ecr.aws/docker/library/rust:1.77-slim-bullseye as build-healthz
7+
FROM public.ecr.aws/docker/library/rust:1.85-slim-bookworm as build-healthz
88

99
WORKDIR /build/healthz
1010
COPY healthz/ ./
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git rake build-essential wget unzip python3
2222

2323
WORKDIR /build
24-
RUN git clone --depth=1 https://gitlab.isc.org/isc-projects/stork -b v1.15.0
24+
RUN git clone --depth=1 https://gitlab.isc.org/isc-projects/stork -b v2.1.1
2525

2626
WORKDIR /build/stork/backend
2727
ENV GOPATH=/build/go

0 commit comments

Comments
 (0)