update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Use an official Node runtime as the base image for building the application
|
| 2 |
# Build with Playwright (browsers and deps ready)
|
| 3 |
-
FROM mcr.microsoft.com/playwright:v1.
|
| 4 |
|
| 5 |
# Install git, git-lfs, and dependencies for Pandoc (only if ENABLE_LATEX_CONVERSION=true)
|
| 6 |
RUN apt-get update && apt-get install -y git git-lfs wget && apt-get clean
|
|
|
|
| 1 |
# Use an official Node runtime as the base image for building the application
|
| 2 |
# Build with Playwright (browsers and deps ready)
|
| 3 |
+
FROM mcr.microsoft.com/playwright:v1.56.0-jammy AS build
|
| 4 |
|
| 5 |
# Install git, git-lfs, and dependencies for Pandoc (only if ENABLE_LATEX_CONVERSION=true)
|
| 6 |
RUN apt-get update && apt-get install -y git git-lfs wget && apt-get clean
|