Update base images in Dockerfile from bookworm to trixie
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m24s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m24s
This commit is contained in:
parent
e48f76441d
commit
43aa568452
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue