Skip to content

Commit ef00b73

Browse files
committed
Merge branch 'debian-trixie' into preview
2 parents 6fcf41e + e933d1b commit ef00b73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pull official base image
2-
FROM python:3.12-slim-bookworm
2+
FROM python:3.12-slim-trixie
33

44
# set work directory
55
WORKDIR /usr/src/app
@@ -16,7 +16,7 @@ RUN apt-get update \
1616
libpq5 \
1717
make \
1818
rsync \
19-
&& rm -rf /var/lib/apt/lists/*
19+
&& apt-get distclean
2020

2121
ARG REQ_FILE=requirements/prod.txt
2222

@@ -36,7 +36,7 @@ RUN apt-get update \
3636
libc6-dev \
3737
libpq-dev \
3838
zlib1g-dev \
39-
&& rm -rf /var/lib/apt/lists/*
39+
&& apt-get distclean
4040

4141
# copy project
4242
COPY . .

0 commit comments

Comments
 (0)