From 97cfab7168a08507644266d1c72945060b05c41d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 6 Dec 2025 17:53:34 -0800 Subject: Move secrets to infisical. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d37306e..5e8c908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -- -- -FROM debian:stable-slim AS laminar_bin +FROM debian:trixie-slim AS laminar_bin ENV DEBIAN_FRONTEND=noninteractive RUN rm -rf /etc/cron.d/e2scrub_all @@ -28,9 +28,9 @@ RUN cmake -B /opt/laminar/build -S /opt/laminar/src -G Ninja \ # -- -- # -- -- -FROM node:22-slim AS ci_base +FROM node:24-trixie-slim AS ci_base -RUN apt-get update -yqq && apt-get install -yqq libcapnp-0.9.2 \ +RUN apt-get update -yqq && apt-get install -yqq libcapnp-1.1.0 \ libsqlite3-0 zlib1g curl bash COPY --from=laminar_bin /usr/sbin/laminard /usr/sbin/laminard COPY --from=laminar_bin /usr/bin/laminarc /usr/bin/laminarc -- cgit v1.2.3-70-g09d2