Skip to content

Commit f8e5c37

Browse files
chore: bump up deps
1 parent 8bb07db commit f8e5c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.20.5-bullseye AS build
1+
FROM golang:1.23.3-bullseye AS build
22

33
ENV GO111MODULE=on
44
COPY repo /repo
55
WORKDIR /repo
66
RUN go build
77

8-
FROM chromedp/headless-shell:128.0.6601.2
8+
FROM chromedp/headless-shell:132.0.6834.15
99

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

0 commit comments

Comments
 (0)