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.
2 parents 9d5724b + fda58c7 commit 98789fdCopy full SHA for 98789fd
context/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM debian:stretch-slim
+FROM debian:bullseye-slim
2
3
LABEL maintainer="ethitter"
4
LABEL version="1.0"
5
6
-RUN echo "deb http://security.debian.org/ stretch/updates main" >> /etc/apt/sources.list
+RUN echo "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" >> /etc/apt/sources.list
7
8
RUN apt-get update \
9
&& apt-get -y --no-install-recommends install \
0 commit comments