Skip to content

Commit

Permalink
fix: try to use a supported version of headless shell and cdproto
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecavestro committed Nov 30, 2024
1 parent f8e5c37 commit a055649
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 @@ -5,7 +5,7 @@ COPY repo /repo
WORKDIR /repo
RUN go build

FROM chromedp/headless-shell:132.0.6834.15
FROM chromedp/headless-shell:131.0.6778.86

LABEL org.opencontainers.image.source "https://github.com/davidecavestro/docker-gphotos-cdp"
LABEL org.opencontainers.image.description "Download photos and videos from your account without loosing geo-location attributes"
Expand Down

0 comments on commit a055649

Please sign in to comment.