Update base images in Dockerfile from bookworm to trixie
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m24s

This commit is contained in:
Michael Trip 2026-06-24 11:11:10 +02:00
parent e48f76441d
commit 43aa568452

View file

@ -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