Skip to content

Commit

Permalink
chore: fix legacy docs build (attempt 2) (#7149)
Browse files Browse the repository at this point in the history
* chore: workflow dispatch for docs

* chore: use node 18

* chore: trigger rob

* chore: trigger docs job 2

* chore: turn off paths temporarily

* chore: remove test deploy trigger
  • Loading branch information
lsliwaradioluz authored May 10, 2024
1 parent eb355f8 commit 6625358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs require puppeteer / chromium to generate OpenGraph images.
# https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-on-alpine

FROM node:14-alpine AS build
FROM node:18-alpine AS build

WORKDIR /var/www

Expand Down

0 comments on commit 6625358

Please sign in to comment.