File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN npm install
1111RUN 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
1515WORKDIR /app
1616COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
1717COPY --from=build-playground /app/dist /app/static-files/extern/playground
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN npm install
1111RUN 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
1515WORKDIR /app
1616COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
1717COPY --from=build-playground /app/dist /app/static-files/extern/playground
Original file line number Diff line number Diff line change 44RUN 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
88RUN 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 && \
You can’t perform that action at this time.
0 commit comments