Skip to content

Commit 4ec8460

Browse files
ChrisLoveringjb3
authored andcommitted
Update from debian bookworm to trixie
1 parent c23e8cd commit 4ec8460

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM buildpack-deps:bookworm AS builder-nsjail
2+
FROM buildpack-deps:trixie AS builder-nsjail
33

44
WORKDIR /nsjail
55

66
RUN 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 . \
1717
RUN make
1818

1919
# ------------------------------------------------------------------------------
20-
FROM buildpack-deps:bookworm AS builder-py-base
20+
FROM buildpack-deps:trixie AS builder-py-base
2121

2222
ENV PYENV_ROOT=/pyenv \
2323
PYTHON_CONFIGURE_OPTS='--disable-test-modules --enable-optimizations \
@@ -44,7 +44,7 @@ RUN /build_python.sh 3.13.2t
4444
FROM builder-py-base AS builder-py-3_14
4545
RUN /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

4949
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
5050
PIP_NO_CACHE_DIR=false

0 commit comments

Comments
 (0)