Skip to content

Commit 39c8a6d

Browse files
Update chromedp/headless-shell Docker tag to v145.0.7620.3 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 942ccd7 commit 39c8a6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN npm install
1111
RUN npm run build
1212

1313

14-
FROM chromedp/headless-shell:145.0.7587.5 AS runtime
14+
FROM chromedp/headless-shell:145.0.7620.3 AS runtime
1515
WORKDIR /app
1616
COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
1717
COPY --from=build-playground /app/dist /app/static-files/extern/playground

Dockerfile.unprivileged

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN npm install
1111
RUN npm run build
1212

1313

14-
FROM chromedp/headless-shell:145.0.7587.5 AS runtime
14+
FROM chromedp/headless-shell:145.0.7620.3 AS runtime
1515
WORKDIR /app
1616
COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
1717
COPY --from=build-playground /app/dist /app/static-files/extern/playground

Dockerfile.withoutPlayground

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44
RUN go build -o pdf-turtle
55

66

7-
FROM chromedp/headless-shell:145.0.7587.5 AS runtime
7+
FROM chromedp/headless-shell:145.0.7620.3 AS runtime
88
RUN apt-get -y update && \
99
apt-get -y upgrade && \
1010
apt-get -y install ca-certificates fonts-open-sans fonts-roboto fonts-noto-color-emoji && \

0 commit comments

Comments
 (0)