mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 05:55:13 +00:00
debian Dockerfile update
This commit is contained in:
+1
-1
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user