chore: update base image from debian:bullseye to debian:bookworm in Dockerfile

This commit is contained in:
Cédric Verstraeten
2025-04-16 10:05:12 +02:00
parent 081369295b
commit 280dae34a3
+1 -1
View File
@@ -1,4 +1,4 @@
FROM debian:bullseye AS builder
FROM debian:bookworm AS builder
LABEL Author=Kerberos.io
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget build-essential \