Skip to content

Commit

Permalink
Set headless-shell version/tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezalfredo committed Jan 24, 2024
1 parent c9180ed commit 6f6e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install --target=/app -r requirements.txt && \
tar -xvzf mark_Linux_x86_64.tar.gz && chmod +x mark && mv mark /usr/local/bin/mark && rm mark_Linux_x86_64.tar.gz \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

FROM chromedp/headless-shell:latest
FROM chromedp/headless-shell:114.0.5735.199
RUN apt-get update \
&& apt-get install --no-install-recommends -qq ca-certificates bash sed git dumb-init python3 \
&& apt-get clean \
Expand Down

0 comments on commit 6f6e5a2

Please sign in to comment.