chore: update base image; update puppeteer

This commit is contained in:
Benjamin Nussbaum
2026-05-22 23:09:59 +02:00
parent 07d81e2e01
commit ad7fd7bda9
3 changed files with 54 additions and 471 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
########################
# Base Image
########################
FROM bnussbau/serversideup-php:8.4-fpm-nginx-alpine-imagick-chromium@sha256:2da76057ec8f382028b072a696834290b93ec797b6ffbec02af109a530979062 AS base
FROM bnussbau/serversideup-php:8.4-fpm-nginx-alpine-imagick-chromium@sha256:a602faf1f428cb2583991a00361e5035003826a5b1f46c7101fed889059d7807 AS base
LABEL org.opencontainers.image.source=https://github.com/usetrmnl/larapaper
LABEL org.opencontainers.image.description="LaraPaper"
+52 -469
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -25,7 +25,7 @@
"codemirror": "^6.0.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0",
"puppeteer": "24.41.0",
"puppeteer": "25.0.4",
"tailwindcss": "^4.0.7",
"vite": "^7.3.2"
},