Skip to content

Commit 118bc8a

Browse files
authored
Update debian bullseye backports url (#466)
1 parent e0c82ea commit 118bc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/docker/base-images/Dockerfile.debian.bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get -y --no-install-recommends install \
3232
# Add the public key for the llvm repository
3333
RUN bash -c 'wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -'
3434
RUN apt-add-repository -y 'deb http://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-15 main'
35-
RUN apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
35+
RUN apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
3636

3737
RUN apt-get update
3838

0 commit comments

Comments
 (0)