Skip to content

Commit b254ed5

Browse files
tomwwintersleidig
authored andcommitted
ci: update download source for chrome images
1 parent 0418c65 commit b254ed5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ COPY --from=base-with-dependencies /opt/app /opt/app
3535

3636
RUN apt-get update && apt-get install -y curl
3737
WORKDIR /tmp
38-
# 120.0.6099.224-1~deb11u1 -> 2024-02-01
39-
# 128.0.6613.113-1~deb12u1-> 2024-08-30
40-
ARG CHROMIUM_VERSION=128.0.6613.113-1~deb12u1
38+
# 128.0.6613.84-1~deb12u1 -> 2024-08-23
39+
ARG CHROMIUM_VERSION=128.0.6613.84-1~deb12u1
4140
RUN curl -o chromium-common.deb https://ftp.debian.org/debian/pool/main/c/chromium/chromium-common_${CHROMIUM_VERSION}_$(dpkg --print-architecture).deb
4241
RUN curl -o chromium.deb https://ftp.debian.org/debian/pool/main/c/chromium/chromium_${CHROMIUM_VERSION}_$(dpkg --print-architecture).deb
4342
RUN apt-get install -y ./chromium-common.deb ./chromium.deb build-essential git libssl-dev

0 commit comments

Comments
 (0)