From 88f36d2e41970483d6a7d20818421c33cbbf793c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 15 Feb 2024 11:20:48 +0100 Subject: [PATCH] chore: bump node debian image to bookworm-slim (#354) Reviewed-on: https://gitea.rknet.org/container/lhci/pulls/354 Co-authored-by: Robert Kaussow Co-committed-by: Robert Kaussow --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 977ed63..12df92a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:lts-bullseye-slim@sha256:3ac772bcf5c1c0680d890f251c314acd253f4816149c758987ec9ede9e12a10c +FROM docker.io/node:lts-bookworm-slim LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "