Skip to content
Closed
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 @@ -57,7 +57,7 @@ RUN composer install \
### Build JS/css assets
# node:22 — pinned 2026-06-10
# refresh: docker buildx imagetools inspect node:22 --format '{{.Manifest.Digest}}'
FROM node:22@sha256:1031993481795705055273f2eef0c24597abdcb277d6e058c82f78cbbdef92a6 as frontend
FROM node:26@sha256:e3ffe0cbaeebdcddbfe1ee7bca9b564a92863a8386d5b99a3d72677b3667b61d as frontend

# workaround for mix.version() webpack bug
RUN ln -s /home/node/public /public
Expand Down
Loading