File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.4
2- FROM buildpack-deps:bookworm AS builder-nsjail
2+ FROM buildpack-deps:trixie AS builder-nsjail
33
44WORKDIR /nsjail
55
66RUN apt-get -y update \
77 && apt-get install -y --no-install-recommends \
8- bison\
8+ bison \
99 flex \
10- libprotobuf-dev\
10+ libprotobuf-dev \
1111 libnl-route-3-dev \
1212 protobuf-compiler \
1313 && rm -rf /var/lib/apt/lists/*
@@ -17,7 +17,7 @@ RUN git clone -b master --single-branch https://github.com/google/nsjail.git . \
1717RUN make
1818
1919# ------------------------------------------------------------------------------
20- FROM buildpack-deps:bookworm AS builder-py-base
20+ FROM buildpack-deps:trixie AS builder-py-base
2121
2222ENV PYENV_ROOT=/pyenv \
2323 PYTHON_CONFIGURE_OPTS='--disable-test-modules --enable-optimizations \
@@ -44,7 +44,7 @@ RUN /build_python.sh 3.13.2t
4444FROM builder-py-base AS builder-py-3_14
4545RUN /build_python.sh 3.14.0rc1
4646# ------------------------------------------------------------------------------
47- FROM python:3.13-slim-bookworm AS base
47+ FROM python:3.13-slim-trixie AS base
4848
4949ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
5050 PIP_NO_CACHE_DIR=false
You can’t perform that action at this time.
0 commit comments