Skip to content

Commit ea5f407

Browse files
renovate[bot]Your Name
andauthored
Update debian Docker tag to v13 (#263)
* Update debian Docker tag to v13 * Update slim image --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Your Name <you@example.com>
1 parent 4ffd835 commit ea5f407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/c/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm as build
1+
FROM debian:trixie as build
22

33
RUN apt-get update && apt-get install -y \
44
build-essential \
@@ -24,7 +24,7 @@ RUN make .deps
2424
COPY . /app
2525
RUN ARCH=${ARCH} make ${SRVC}
2626

27-
FROM debian:bookworm-slim
27+
FROM debian:trixie-slim
2828

2929
WORKDIR app
3030

0 commit comments

Comments
 (0)