mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
bookwork
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ COPY . .
|
|||||||
RUN go build -o /nba_go .
|
RUN go build -o /nba_go .
|
||||||
|
|
||||||
# STEP 2 - final image
|
# 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/*
|
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user