We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c141fa7 commit b7e425bCopy full SHA for b7e425b
docker/Dockerfile
@@ -1,11 +1,4 @@
1
-FROM python:3.11.4-slim-buster
2
-
3
-RUN cat <<EOF > /etc/apt/sources.list
4
-deb http://archive.debian.org/debian buster main contrib
5
-deb http://archive.debian.org/debian-security buster/updates main contrib
6
-deb http://archive.debian.org/debian buster-updates main contrib
7
-EOF
8
-RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99disable-check-valid-until
+FROM python:3.11.4-slim-bullseye
9
10
RUN : \
11
&& apt-get update \
0 commit comments