summaryrefslogtreecommitdiff
path: root/debian/bullseye/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bullseye/Dockerfile')
-rw-r--r--debian/bullseye/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bullseye/Dockerfile b/debian/bullseye/Dockerfile
index d2ac56c..960e58e 100644
--- a/debian/bullseye/Dockerfile
+++ b/debian/bullseye/Dockerfile
@@ -6,7 +6,7 @@ LABEL at.helsinki.docker.os.distro=debian at.helsinki.docker.os.release=bullseye
RUN set -x \
&& echo 'deb http://apt.helsinki.at/debian bullseye main' > /etc/apt/sources.list \
&& echo 'deb http://apt.helsinki.at/debian bullseye-updates main' >> /etc/apt/sources.list \
- && echo 'deb http://apt.helsinki.at/security bullseye-updates main' >>/etc/apt/sources.list \
+ && echo 'deb http://apt.helsinki.at/security bullseye-security main' >>/etc/apt/sources.list \
&& echo 'APT::Install-Recommends "false";' >/etc/apt/apt.conf.d/02-norecommends \
&& apt-get update -q \
&& apt-get install -y -q tzdata locales \