Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
e1dea354cb Update node Docker tag to v23
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 2m57s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m36s
Playwright Tests / test (pull_request) Successful in 6m11s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 13m0s
2024-10-27 23:07:02 +00:00

View File

@ -1,6 +1,6 @@
# Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile # Based on https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
FROM node:22-alpine AS base FROM node:23-alpine AS base
# Install dependencies only when needed # Install dependencies only when needed
FROM base AS deps FROM base AS deps