From e60fa91fb311a267d4d14733ac809f1ba8d1c0d7 Mon Sep 17 00:00:00 2001 From: Ravi Prasad Date: Wed, 9 Sep 2026 03:34:19 -0500 Subject: [PATCH] debian Dockerfile update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f0af2e..2da6562 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN go build -o /nba_go . # STEP 2 - final image -FROM debian:bullseye-slim +FROM debian:bookworm-slim RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*