File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.9-slim-bookworm
1+ FROM python:3.9-slim-trixie
22
33ENV PYTHONUNBUFFERED=1
44ENV PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -54,7 +54,7 @@ RUN apt-get update && \
5454 rm -rf /var/lib/apt/lists/*
5555
5656RUN curl -fsSL https://nginx.org/keys/nginx_signing.key | gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg && \
57- echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] https://nginx.org/packages/debian/ bookworm nginx" | tee /etc/apt/sources.list.d/nginx.list && \
57+ echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] https://nginx.org/packages/debian/ trixie nginx" | tee /etc/apt/sources.list.d/nginx.list && \
5858 apt-get update && \
5959 apt-get install -y --no-install-recommends \
6060 nginx && \
@@ -64,7 +64,7 @@ RUN curl -fsSL https://nginx.org/keys/nginx_signing.key | gpg --dearmor -o /usr/
6464
6565# hadolint ignore=DL3008
6666RUN curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | gpg --dearmor -o /usr/share/keyrings/mongodb-archive-keyring.gpg && \
67- echo "deb [signed-by=/usr/share/keyrings/mongodb-archive-keyring.gpg] https://repo.mongodb.org/apt/debian bookworm /mongodb-org/7.0 main" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
67+ echo "deb [signed-by=/usr/share/keyrings/mongodb-archive-keyring.gpg] https://repo.mongodb.org/apt/debian trixie /mongodb-org/7.0 main" | tee /etc/apt/sources.list.d/mongodb-org-7.0.list && \
6868 apt-get update && \
6969 apt-get install -y --no-install-recommends \
7070 mongodb-mongosh && \
You can’t perform that action at this time.
0 commit comments