Skip to content

Commit 9fbb8a9

Browse files
authored
Issue #63: Pin apt repository to a snapshot (#64)
1 parent 72f04e4 commit 9fbb8a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-build/Dockerfile.chromium

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
RUN sudo apt update -y \
33
&& sudo apt remove chromium* -y \
44
&& ARCH=$(dpkg --print-architecture) \
5-
&& wget https://ftp.debian.org/debian/pool/main/c/chromium/chromium_136.0.7103.113-1~deb12u1_${ARCH}.deb \
6-
&& wget https://ftp.debian.org/debian/pool/main/c/chromium/chromium-common_136.0.7103.113-1~deb12u1_${ARCH}.deb \
7-
&& wget https://ftp.debian.org/debian/pool/main/c/chromium/chromium-driver_136.0.7103.113-1~deb12u1_${ARCH}.deb \
5+
&& wget https://snapshot.debian.org/archive/debian/20250601T025158Z/pool/main/c/chromium/chromium_136.0.7103.113-1~deb12u1_${ARCH}.deb \
6+
&& wget https://snapshot.debian.org/archive/debian/20250601T025158Z/pool/main/c/chromium/chromium-common_136.0.7103.113-1~deb12u1_${ARCH}.deb \
7+
&& wget https://snapshot.debian.org/archive/debian/20250601T025158Z/pool/main/c/chromium/chromium-driver_136.0.7103.113-1~deb12u1_${ARCH}.deb \
88
&& sudo apt install ./chromium*.deb -y \
99
&& sudo apt-mark hold chromium chromium-common chromium-driver \
1010
&& rm -f chromium*.deb

0 commit comments

Comments
 (0)