We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb07db commit f8e5c37Copy full SHA for f8e5c37
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM golang:1.20.5-bullseye AS build
+FROM golang:1.23.3-bullseye AS build
2
3
ENV GO111MODULE=on
4
COPY repo /repo
5
WORKDIR /repo
6
RUN go build
7
8
-FROM chromedp/headless-shell:128.0.6601.2
+FROM chromedp/headless-shell:132.0.6834.15
9
10
LABEL org.opencontainers.image.source "https://github.com/davidecavestro/docker-gphotos-cdp"
11
LABEL org.opencontainers.image.description "Download photos and videos from your account without loosing geo-location attributes"
0 commit comments