File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ COPY --from=base-with-dependencies /opt/app /opt/app
3535
3636RUN apt-get update && apt-get install -y curl
3737WORKDIR /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
4140RUN curl -o chromium-common.deb https://ftp.debian.org/debian/pool/main/c/chromium/chromium-common_${CHROMIUM_VERSION}_$(dpkg --print-architecture).deb
4241RUN curl -o chromium.deb https://ftp.debian.org/debian/pool/main/c/chromium/chromium_${CHROMIUM_VERSION}_$(dpkg --print-architecture).deb
4342RUN apt-get install -y ./chromium-common.deb ./chromium.deb build-essential git libssl-dev
You can’t perform that action at this time.
0 commit comments