From 43aa568452571c9755664e9a7cb612b76a4e5b7a Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Wed, 24 Jun 2026 11:11:10 +0200 Subject: [PATCH] Update base images in Dockerfile from bookworm to trixie --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4faf09a..d3710bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_IMAGE=node:22-bookworm-slim +ARG NODE_IMAGE=node:22-trixie-slim FROM ${NODE_IMAGE} AS webssh2-builder ENV DEBIAN_FRONTEND=noninteractive @@ -19,7 +19,7 @@ RUN apt-get update \ && rm -f "/tmp/webssh2-${WEBSSH2_VERSION}.tar.gz" "/tmp/webssh2-${WEBSSH2_VERSION}.tar.gz.sha256" \ && npm cache clean --force -FROM debian:bookworm-slim +FROM debian:trixie-slim ARG LFK_VERSION=0.14.9 ARG KUBECTL_VERSION=1.31.0