Skip to content

Commit 0379f9a

Browse files
committed
1 parent 9058914 commit 0379f9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tool/codegen/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN wget -q https://github.com/envoyproxy/protoc-gen-validate/archive/refs/tags/
3535

3636
# Stage 2: Downloader - Download pre-built binaries
3737

38-
FROM debian:bookworm-slim AS downloader
38+
FROM debian:12.15-slim AS downloader
3939

4040
RUN apt-get update && apt-get install -y --no-install-recommends wget ca-certificates \
4141
&& rm -rf /var/lib/apt/lists/*
@@ -61,7 +61,7 @@ RUN for target in x86_64 aarch_64; do \
6161

6262

6363
# Stage 3: Final - Minimal runtime image
64-
FROM debian:bookworm-slim AS final
64+
FROM debian:12.15-slim AS final
6565

6666
# Install protoc, proto files, and ca-certificates
6767
# libprotobuf-dev includes standard proto files in /usr/include/google/protobuf/

0 commit comments

Comments
 (0)