Skip to content

Commit 6138443

Browse files
committed
Switch to https
1 parent b3bf2a7 commit 6138443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN chmod +x /usr/local/bin/build-*
99

1010
RUN set -eux; \
1111
DPKG_ARCH="$(dpkg --print-architecture)"; \
12-
echo "deb http://archive.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list; \
12+
echo "deb https://archive.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list; \
1313
apt-get update; \
1414
apt-get upgrade -y; \
1515
\

0 commit comments

Comments
 (0)