Skip to content

Commit b432cd2

Browse files
committed
1 parent 4b55afb commit b432cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN go build -v -o /run-app .
99

1010

11-
FROM debian:12.11
11+
FROM debian:bookworm-20250929
1212

1313
COPY --from=builder /run-app /usr/local/bin/
1414
CMD ["run-app"]

0 commit comments

Comments
 (0)