Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm install
RUN npm run build


FROM chromedp/headless-shell:148.0.7766.3 AS runtime
FROM chromedp/headless-shell:148.0.7778.5 AS runtime
WORKDIR /app
COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
COPY --from=build-playground /app/dist /app/static-files/extern/playground
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.unprivileged
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm install
RUN npm run build


FROM chromedp/headless-shell:148.0.7766.3 AS runtime
FROM chromedp/headless-shell:148.0.7778.5 AS runtime
WORKDIR /app
COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
COPY --from=build-playground /app/dist /app/static-files/extern/playground
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.withoutPlayground
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN go build -o pdf-turtle


FROM chromedp/headless-shell:148.0.7766.3 AS runtime
FROM chromedp/headless-shell:148.0.7778.5 AS runtime
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get -y install ca-certificates fonts-open-sans fonts-roboto fonts-noto-color-emoji && \
Expand Down
Loading