Skip to content

Commit

Permalink
installs current chrome always
Browse files Browse the repository at this point in the history
so we don't need to maintain a version number

Will happen quite frequently unless we fix #17
  • Loading branch information
solsson committed Jun 27, 2024
1 parent 8fb84a9 commit a75041a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions headless-chrome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM --platform=$TARGETPLATFORM yolean/docker-base
ARG chrome_stage=stable
ARG chrome_build=125.0.6422.141-1
#ARG chrome_pin="=125.0.6422.141-1"
ARG chrome_pin

ENV CHROME_VERSION="${chrome_stage}=${chrome_build}"
ENV CHROME_VERSION="${chrome_stage}${chrome_pin}"

# Install deps + add Chrome Stable + purge all the things
RUN runtimeDeps='procps ca-certificates' \
Expand Down

0 comments on commit a75041a

Please sign in to comment.