Skip to content

Commit

Permalink
Chromium 115
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 28, 2023
1 parent 80b994e commit 4adb1c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions backend/dops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ RUN apk update && apk upgrade && \
mv /etc/fonts/conf.d/44-wqy-zenhei.conf /etc/fonts/conf.d/74-wqy-zenhei.conf && \
rm -rf /var/cache/apk/*

# ARG CHROMIUM_VERSION=115.0.5790.170-r0
RUN apk add --no-cache chromium

WORKDIR /app
COPY --from=build --chown=app /app/node_modules ./node_modules
COPY --from=build --chown=app /app/dist ./dist
Expand Down
2 changes: 1 addition & 1 deletion backend/dops/src/modules/dgen/dgen.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class DgenService {
try {
const browser = await puppeteer.launch({
headless: 'new',
executablePath: 'usr/bin/chromium',
// executablePath: '/usr/bin/chromium-browser',
args: [
'--no-sandbox',
'--disable-setuid-sandbox',
Expand Down

0 comments on commit 4adb1c1

Please sign in to comment.